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