コード例 #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
ファイル: TransactionUC.cs プロジェクト: jwalke24/Rent-Me
 private void processCustomerChild(CustomerUserControl theUC)
 {
     if (theUC != null && theUC.CustomerID != null)
     {
         this.customerID = theUC.CustomerID;
     }
 }