Ejemplo n.º 1
0
 ///<summary>
 /// Triggers the finalize order action on both the view and the model using the model to validate input.
 ///</summary>
 public void FinalizeOrder()
 {
     view.FinalizeOrderAction(model.ConfirmFinalizeOrder(clientNameField.text));
     clientNameField.text = string.Empty;
 }