예제 #1
0
파일: Utility.cs 프로젝트: bylu/baiyiWeb
 public static string GetAssemblyProductName()
 {
     return(ApplicationEnvironment.GetAssemblyProductName());
 }
예제 #2
0
파일: Utility.cs 프로젝트: bylu/baiyiWeb
 public static string GetAssemblyVersion()
 {
     return(ApplicationEnvironment.GetAssemblyVersion());
 }
예제 #3
0
파일: Utility.cs 프로젝트: bylu/baiyiWeb
 public static string GetAssemblyCopyright()
 {
     return(ApplicationEnvironment.GetAssemblyCopyright());
 }