Exemple #1
0
        static void Main(string[] args)
        {
            Mathapp myMathApp = new Mathapp();

            myMathApp.Start();
        }
Exemple #2
0
        // Case 5: Return to main menu
        private void ReturnToStart()
        {
            Mathapp myMathApp = new Mathapp();

            myMathApp.Start();
        }