private void withdraw_Click(object sender, EventArgs e) { Withdraw wd = new Withdraw(myATM); wd.Show(); this.Close(); }
private void button2_Click(object sender, EventArgs e) { Withdraw wd = new Withdraw(a1.Username.ToString(), a1.Accid, this); wd.Show(); this.Hide(); }
private void button2_Click(object sender, EventArgs e) { Withdraw W = new Withdraw(); this.Hide(); W.Show(); }
private void button1_Click(object sender, EventArgs e) { Withdraw w = new Withdraw(Name1, Bal, BankAC, BankName, Pin); w.MdiParent = this.MdiParent; this.Close(); w.Show(); }
private void btnwithdraw_Click(object sender, EventArgs e) { Withdraw wd = new Withdraw(); wd.Show(); }
private void btnwith_Click(object sender, EventArgs e) { Withdraw fm = new Withdraw(); fm.Show(); }