示例#1
0
        static void Main(string[] args)
        {
            CountryController cc = new CountryController();

            cc.CountryMenu();

            //Console.WriteLine(c.Name);
            //Console.ForegroundColor =(ConsoleColor)15;
            //Console.WriteLine("What color would you like the background to be?");
            //string color = Console.ReadLine();
            //Console.BackgroundColor = (ConsoleColor)Enum.Parse(typeof(ConsoleColor), color);


            //cc.CountryMenu();
            //string[] colors = { "Red", "White", "Blue" };
            //Country c = new Country("Stankonia", "Stankonese", "Hello world!", colors);
            //cc.CountryDetails(c);
        }
示例#2
0
        static void Main(string[] args)
        {
            CountryController cc = new CountryController();

            cc.CountryDetails(c);
        }