예제 #1
0
 private void processCustomerChild(CustomerUserControl theUC)
 {
     if (theUC != null && theUC.CustomerID != null)
     {
         this.customerID = theUC.CustomerID;
     }
 }
예제 #2
0
 private void processCustomerChild(CustomerUserControl theUC)
 {
     if (theUC != null && theUC.CustomerID != null)
     {
         this.customerID = theUC.CustomerID;
         SwitchTo        = UserControls.PurchaseTransaction;
         CurrentState    = RentMeUserControlPrimaryStates.Hiding;
     }
 }
예제 #3
0
 private void processCustomerChild(CustomerUserControl theUC)
 {
     if (theUC != null && theUC.CustomerID != null)
     {
         this.customerID = theUC.CustomerID;
         SwitchTo = UserControls.PurchaseTransaction;
         CurrentState = RentMeUserControlPrimaryStates.Hiding;
     }
 }
예제 #4
0
 private void processCustomerChild(CustomerUserControl theUC)
 {
     if (theUC != null && theUC.CustomerID != null)
     {
         this.customerID = theUC.CustomerID;
     }
 }