示例#1
0
 public Combination()
 {
     combination = CombinationLoader.Load(defaultCombination);
 }
示例#2
0
 public Combination() // constructor, doesn't have return value but doesn't put void
 {
     combination = CombinationLoader.Load(defaultCombination);
 }