コード例 #1
0
 public static string[] OpenFilesCde(params string[] extra)
 {
     return(TkPathRequest.OpenFiles(new Setting(null, typeof(SdeAppConfiguration).GetProperty("AppLastPath")), extra));
 }
コード例 #2
0
 public static string FolderExtractDb(params string[] extra)
 {
     return(TkPathRequest.Folder(new Setting(null, typeof(SdeAppConfiguration).GetProperty("AppLastPathDb")), extra));
 }
コード例 #3
0
 public static string OpenFileMapcache(params string[] extra)
 {
     return(TkPathRequest.OpenFile(new Setting(null, typeof(SdeAppConfiguration).GetProperty("MapCachePath")), extra));
 }