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