Beispiel #1
0
 public static string GetVersionString(Type type)
 {
     return(XApiHelper.GetVersionString(type));
 }
Beispiel #2
0
 public static string GetVersionString()
 {
     return(XApiHelper.GetVersionString(typeof(XProvider)));
 }