예제 #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();
 }