示例#1
0
文件: Main.cs 项目: keithh8112/Sudoku
 public Main()
 {
     layout = new Dictionary<int, List<int>>();
     inputs = new SetUserInputs();
     numberNames = new List<string>();
     creator = new CreateDictionary();
     display = new Display();
 }
示例#2
0
文件: Main.cs 项目: hetzelk/Sudoku
 public Main()
 {
     layout      = new Dictionary <int, List <int> >();
     inputs      = new SetUserInputs();
     numberNames = new List <string>();
     creator     = new CreateDictionary();
     display     = new Display();
 }