Пример #1
0
 static void Main(string[] args)
 {
     employee e = new employee("矢车菊", 4568.6m);
     e.DiaplayEmployee();
     Console.ReadKey();
 }