Пример #1
0
 public static string getName()
 {
     return(NKE_AppDirectory.getName());
 }
Пример #2
0
 public static string getPath(string name)
 {
     return(NKE_AppDirectory.getPath(name));
 }
Пример #3
0
 public static string getVersion()
 {
     return(NKE_AppDirectory.getVersion());
 }
Пример #4
0
 public static string getAppPath()
 {
     return(NKE_AppDirectory.getPath("exe"));
 }