예제 #1
0
        private void btnIPD_Click(object sender, EventArgs e)
        {
            LoginPhysician phy = new LoginPhysician();

            phy.Show();
            this.Close();
        }
예제 #2
0
        private void btnPhy_Click(object sender, EventArgs e)
        {
            LoginPhysician lp = new LoginPhysician();

            lp.Show();
        }