コード例 #1
0
        private void Button2_Click(object sender, EventArgs e)
        {
            All_Patient_List al = new All_Patient_List();

            this.Close();
            al.Show();
        }
コード例 #2
0
        private void PictureBox3_Click(object sender, EventArgs e)
        {
            All_Patient_List all = new All_Patient_List();

            this.Close();
            all.Show();
        }