예제 #1
0
        private void Play_Click(object sender, RoutedEventArgs e)
        {
            cells = gameBuilder.Play();

            if (cells != null && cells.Length > 0)
            {
                Draw();
            }
        }