Example #1
0
        static void Main() //The main entry point for the application
        {
            FormGame form = new FormGame();

            form.ShowDialog();
        }