private void button1_Click(object sender, EventArgs e)
        {
            Blood_Data_show D = new Blood_Data_show();

            D.Show();
            this.Hide();
        }
Example #2
0
        private void request_Click(object sender, EventArgs e)
        {
            Blood_Data_show b = new Blood_Data_show();

            b.Show();
            this.Hide();
            this.Close();
        }