Ejemplo n.º 1
0
 public static bool IsPriorToVer1_0(SyncConfiguration config)
 {
     return(config.Version < Version.Parse(Ver1_0));
 }