Exemple #1
0
        static void Main(string[] args)
        {
            Person person = new Person("Vit", 73, 18);

            person.Ser("Ser.xml");
            person.Des("Ser.xml");
        }