예제 #1
0
        private void btnQuanLyCongViec_Click(object sender, EventArgs e)
        {
            frm_quanLyCongViec quanLyCongViec = new frm_quanLyCongViec();

            quanLyCongViec.ShowDialog();
            timerClose.Start();
        }
예제 #2
0
        public void searchCongViec(List <eCongViec> eCongViecs)
        {
            frm_quanLyCongViec _QuanLyCongViec = new frm_quanLyCongViec(eCongViecs);

            _QuanLyCongViec.ShowDialog();
            timerClose.Start();
        }