Example #1
0
 public MainWindow()
 {
     InitializeComponent();
     game = new LightsOutGame();
     CreateGrid();
     DrawGrid();
 }