Example #1
0
 ///<summary>
 /// Triggers the model to clear the curent order an return items to the stock
 ///</summary>
 public void ClearCurentOrder()
 {
     model.ClearCurentOrderPanel();
     clientNameField.text = string.Empty;
 }