Exemplo n.º 1
0
        static void Main(string[] args)
        {
            Mathapp myMathApp = new Mathapp();

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

            myMathApp.Start();
        }