示例#1
0
 public VersionChecker(Type regionType, Type scopeClass = null, string scopeId = null)
 {
     this._version = VersionSyncMgr.Repository.GetOrNew(regionType, scopeClass, scopeId);
 }
示例#2
0
 public VersionChecker(Type regionType, Type scopeClass = null, string scopeId = null)
 {
     this._version = VersionSyncMgr.Repository.GetOrNew(regionType, scopeClass, scopeId);
 }