Show() public méthode

public Show ( ) : void
Résultat void
 static void Main(string[] args)
 {
     Emp emp = new Emp();
     emp.Show();
     emp.Print();
     emp.Wait();
 }
        static void Main(string[] args)
        {
            Emp emp = new Emp();

            emp.Show();
            emp.Print();
            emp.Wait();
        }