예제 #1
0
 ///<summary>
 /// Triggers the first faze of placing all orders
 /// toggles the place orders panel and propms the model to create a sheet object for each outgoing order.
 ///</summary>
 public void PlaceAllOutgoingOrders()
 {
     view.TogglePlaceOrdersPanel(model.BeginPlaceOutgoingOrders());
 }