Esempio n. 1
0
        static void Main(string[] args)
        {
            Student s1 = new Student();

            s1.GetData();
            s1.DisplayData();
        }
Esempio n. 2
0
 static void Main(string[] args)
 {
     Student s1 = new Student();
     s1.GetData();
     s1.DisplayData();
     Console.ReadKey();
 }
Esempio n. 3
0
        static void Main(string[] args)
        {
            Student s1 = new Student();

            s1.GetData();
            s1.DisplayData();
            Console.ReadKey();
        }
Esempio n. 4
0
        static void Main(string[] args)
        {
            //Console.WriteLine("Hello World!");
            Student s1 = new Student();

            s1.GetData();
            s1.DisplayData();
            Console.ReadKey();
        }