예제 #1
0
        //Khi chọn thêm mới 1 lĩnh vực
        private void btnThemLinhVuc_Click(object sender, EventArgs e)
        {
            frmThemLinhVuc form = new frmThemLinhVuc(this);

            form.ShowDialog(this);
        }
예제 #2
0
 //Chọn thêm lĩnh vực
 private void btnThemLinhVuc_Click(object sender, EventArgs e)
 {
     frmThemLinhVuc form = new frmThemLinhVuc(this);
     form.ShowDialog(this);
 }