//Cheque private void button3_Click(object sender, EventArgs e) { ChequeForm form = new ChequeForm(this,login); form.Show(); this.Hide(); }