Exemplo n.º 1
0
 private void btlSchoolList_Click(object sender, EventArgs e)
 {
     Utility.SchoolListForm sf = new UpdateRecordModule_SH_D.Utility.SchoolListForm(Utility.SchoolListForm.LoadSchoolType.中);
     if (sf.ShowDialog() == DialogResult.OK)
     {
         txtISchool.Text     = sf.GetSchoolName();
         txtISpaceCode.Text  = sf.GetSchoolLocationCode();
         txtISchoolCode.Text = sf.GetSchoolCode();
     }
 }
 private void btlSchoolList_Click(object sender, EventArgs e)
 {
     Utility.SchoolListForm sf = new UpdateRecordModule_SH_D.Utility.SchoolListForm(Utility.SchoolListForm.LoadSchoolType.國中);
     if (sf.ShowDialog() == DialogResult.OK)
     {
         txtISchool.Text = sf.GetSchoolName();
         txtISpaceCode.Text = sf.GetSchoolLocationCode();
         txtISchoolCode.Text = sf.GetSchoolCode();
     }
 }