Example #1
0
        private void ToolStripButton1_Click(object sender, EventArgs e)
        {
            var f = new frmQuatrinhHocTap();

            if (f.ShowDialog() == DialogResult.OK)
            {
                //tien hanh nhap du lieu
            }
        }
Example #2
0
        private void BtnSua_Click(object sender, EventArgs e)
        {
            var history = bdsQuaTrinhHocTap.Current as HistoryLearning;
            var f       = new frmQuatrinhHocTap(history);

            if (f.ShowDialog() == DialogResult.OK)
            {
                //tien hanh nhap du lieu
            }
        }