Пример #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;
 }