示例#1
0
        private void simpleButton1_Click(object sender, EventArgs e)
        {
            examination_post ep = new examination_post();

            ep.ShowDialog();
            // lookUpEdit1.GetSelectedDataRow();
        }
示例#2
0
        private void simpleButton1_Click(object sender, EventArgs e)
        {
            examination_post eep = new examination_post();

            eep.ShowDialog();
        }