Ejemplo n.º 1
0
 public frmTransaction(Client client, BankAccount account)
 {
     InitializeComponent();
     this.client = client;
     this.account = account;
 }
Ejemplo n.º 2
0
 public frmHistory(Client client, BankAccount account)
 {
     InitializeComponent();
     this.client = client;
     this.account = account;
 }