Esempio n. 1
0
 public static void startKitchen()
 {
     cc = new CookClient(mf, CookType.Kitchen);
 }
Esempio n. 2
0
 public static void startBar()
 {
     cc = new CookClient(mf, CookType.Bar);
 }