public UIHelper(BankSimulatorForm bsf)
 {
     this.form = bsf;
 }
Exemple #2
0
 public UIHelper(BankSimulatorForm form)
 {
     this.form = form;
 }