Exemple #1
0
 public Upgrade(string name, UpgradeMethod toInvoke)
 {
     this.name     = name;
     this.toInvoke = toInvoke;
 }
Exemple #2
0
 public Upgrade(string name, UpgradeMethod toInvoke)
 {
     this.name = name;
     this.toInvoke = toInvoke;
 }