您不能選擇超過 %s 個話題 話題必須以字母或數字為開頭,可包含連接號 ('-') 且最長為 35 個字
 
 
 

17 行
235 B

  1. using System;
  2. namespace CI.WSANative.FilePickers
  3. {
  4. public enum WSAPickerLocationId
  5. {
  6. DocumentsLibrary,
  7. ComputerFolder,
  8. Desktop,
  9. Downloads,
  10. HomeGroup,
  11. MusicLibrary,
  12. PicturesLibrary,
  13. VideosLibrary
  14. }
  15. }