Exemplo n.º 1
0
 public UIHelper(BankSimulatorForm bsf)
 {
     this.form = bsf;
 }
Exemplo n.º 2
0
 public UIHelper(BankSimulatorForm form)
 {
     this.form = form;
 }