示例#1
0
 private void CreateAnotherSideInstance()
 {
     AnotherSideInstance = (GenericDualUpgrade)Activator.CreateInstance(AnotherSide);
     Edition.Current.AdaptUpgradeToRules(AnotherSideInstance);
 }
 private void CreateAnotherSideInstance()
 {
     AnotherSideInstance = (GenericDualUpgrade)Activator.CreateInstance(AnotherSide);
     RuleSet.Instance.AdaptUpgradeToRules(AnotherSideInstance);
 }
示例#3
0
 private void CreateAnotherSideInstance()
 {
     AnotherSideInstance = (GenericDualUpgrade)Activator.CreateInstance(AnotherSide);
 }