コード例 #1
0
 private void DebitAmount()
 {
     CurrentCustomerTransactionsEdit.DebitAmount();
 }
コード例 #2
0
 public void CreditAmount()
 {
     CurrentCustomerTransactionsEdit.RentSell();
     Save();
 }
コード例 #3
0
 public CurrentCustomerTransactionsDetail(CurrentCustomerTransactionsDetailObject editObject) : base(editObject)
 {
     ListEdit = new CurrentCustomerTransactionsEdit(VRObjectsListObject.CurrentCustomerTransactionsEditObject, this);
 }