Esempio n. 1
0
 public AppInfo CreateNewAppInfo(AppType appType, string execPath)
 {
     return(CreateNewAppInfo(appType, Strings.NEW_APP, execPath, null));
 }
Esempio n. 2
0
 public AppInfo CreateNewAppInfo(AppType appType)
 {
     return(CreateNewAppInfo(appType, String.Empty));;
 }