private void button3_Click(object sender, EventArgs e)
        {
            this.Hide();
            donorLogin dl = new donorLogin();

            dl.Show();
        }
        private void button4_Click(object sender, EventArgs e) //donor login btn
        {
            this.Hide();
            donorLogin f1 = new donorLogin();

            f1.Show();
        }
Пример #3
0
        private void button4_Click(object sender, EventArgs e)
        {
            txt1.Text = string.Empty; txt2.Text = string.Empty; txt12.Text = string.Empty; txt3.Text = string.Empty; txt4.Text = string.Empty; txt5.Text = string.Empty; txt6.Text = string.Empty; txt7.Text = null; txt8.Text = string.Empty; txt9.Text = string.Empty; txt10.Text = null; txt11.Text = string.Empty; dateTimePicker1.Text = null; pictureBox2.Image = null;

            this.Hide();
            donorLogin df = new donorLogin();

            df.Show();
        }