示例#1
0
 public HelpDesk()
 {
     rnd     = new Random();
     clients = new QueueClients();
     CreerTechs();
     fait = "";
 }
示例#2
0
 public void SetLstClients(QueueClients lst)
 {
     this.lst = lst;
 }