示例#1
0
文件: Program.cs 项目: Sadiev/CSC-253
 static void Main(string[] args)
 {
     //ProductionWorker.NewProductionWorker();
     //ShiftSupervisor.NewShiftSupervisor();
     TeamLeader.NewTeamLeader();
     Console.WriteLine("\nPress any key to exit ...");
     Console.ReadLine();
 }