Example #1
0
        static void Main(string[] args)
        {
            countryside c = new countryside();
            c.run();

        }
        static void Main(string[] Args)
        {
            countryside Ontario = new countryside();

            Ontario.run();
        }