コード例 #1
0
        static void Main(string[] args)
        {
            UserDialog.DisplayGreetings("Welcome to my App");
            PhoneBook      pb = new PhoneBook();
            RequestHandler rh = new RequestHandler(pb);

            while (rh.ActionChooser())
            {
                ;
            }
        }