Exemple #1
0
 public FormMenu(Tabungan t)
 {
     InitializeComponent();
     this.t = t;
 }
Exemple #2
0
 public FormSetor(Tabungan t)
 {
     InitializeComponent();
     this.t = t;
 }
Exemple #3
0
 public FormDollar(Tabungan t)
 {
     InitializeComponent();
     this.t = t;
 }
Exemple #4
0
 public FormTransfer(Tabungan t)
 {
     InitializeComponent();
     this.t = t;
 }
Exemple #5
0
 public FormSaldo(Tabungan t)
 {
     InitializeComponent();
     this.t      = t;
     label2.Text = t.cekSaldo().ToString();
 }
Exemple #6
0
 public FormTarik(Tabungan t)
 {
     InitializeComponent();
     this.t = t;
 }