Esempio n. 1
0
 public static AppVersion Init(Assembly asm)
 {
     _appVersion = GetVersion(asm);
     return(_appVersion);
 }