Example #1
0
        static void Main(string[] args)
        {
            Console.WriteLine("Hello World!");
            Class1 boots = new Class1();

            boots.CreateInformation();
            boots.ShowInforamation();
            Console.ReadKey();
        }