示例#1
0
        private void button5_Click(object sender, EventArgs e)
        {
            control = true;
            All_doctors frm = new All_doctors(l);

            frm.Show();
            this.Close();
        }
示例#2
0
        private void button19_Click(object sender, EventArgs e)
        {
            bunifuTransition2.HideSync(secondUC1);
            bunifuTransition1.ShowSync(firstUC1);
            All_doctors frm = new All_doctors(l);

            frm.Show();
            this.Close();
        }
示例#3
0
 public Form5(All_doctors d)
 {
     InitializeComponent();
     this.d = d;
 }