Ejemplo n.º 1
0
 private void CreateAnotherSideInstance()
 {
     AnotherSideInstance = (GenericDualUpgrade)Activator.CreateInstance(AnotherSide);
     Edition.Current.AdaptUpgradeToRules(AnotherSideInstance);
 }
Ejemplo n.º 2
0
 private void CreateAnotherSideInstance()
 {
     AnotherSideInstance = (GenericDualUpgrade)Activator.CreateInstance(AnotherSide);
     RuleSet.Instance.AdaptUpgradeToRules(AnotherSideInstance);
 }
Ejemplo n.º 3
0
 private void CreateAnotherSideInstance()
 {
     AnotherSideInstance = (GenericDualUpgrade)Activator.CreateInstance(AnotherSide);
 }