Example #1
0
        private void buttonItem59_Click(object sender, EventArgs e)
        {
            About_MedLab am = new About_MedLab();

            am.ShowDialog();
            am.Dispose();
            am.Focus();
        }
Example #2
0
 private void buttonItem59_Click(object sender, EventArgs e)
 {
     About_MedLab am = new About_MedLab();
     am.ShowDialog();
     am.Dispose();
     am.Focus();
 }