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