예제 #1
0
        // $G$ SFN-999 (-3) Why after every opration do you ask to quit? there is the exit option ! bad UI
        public static void Main()
        {
            UserInterface UI = new UserInterface();

            UI.PrintMenu();
            UI.InputAfterMenu();
        }