예제 #1
0
        static void Main(string[] args)
        {
            Person person = new Person
            {
                Name    = "Petr",
                Surname = "Nicolaevich"
            };

            Person2.Show(person);
            Colection collection = new Colection();

            collection.show();
            ReadLine();
        }