Beispiel #1
0
 internal int CompareToAppVersion(string version)
 {
     return(Pull.CompareVersion(AppVersion, version));
 }