示例#1
0
 private void OnPaymentInputAfterDispose(object sender, EventArgs e)
 {
     PaymentInputEdit = null;
     //CurrentCustomerTransactionsEdit.RentSell();
     ///throw new NotImplementedException();
 }
示例#2
0
 /// <summary>
 ///
 /// </summary>
 private void RentSell()
 {
     PaymentInputEdit = new PaymentInputEdit(VRObjectsListObject.PaymentInputEditObject, this);
     PaymentInputEdit.AfterDispose += OnPaymentInputAfterDispose;
 }