Пример #1
0
 static void Restaurantsperformed2(int maxhors, WorkTpe worktype)
 {
     Console.WriteLine("Restaurantsperformed2 called" + maxhors.ToString());
 }
Пример #2
0
 static void Restaurantsperformed1(int hoursdaily, WorkTpe worktype)
 {
     Console.WriteLine("Restaurantsperformed1 called" + hoursdaily.ToString());
 }