Пример #1
0
        static void Main(string[] args)
        {
            Student a = new Student();

            a.add();
            a.Watch();
            Console.ReadKey();
        }