Exemplo n.º 1
0
        private void btnIn_Click(object sender, EventArgs e)
        {
            //LichCongTac lich = new LichCongTac();
            FormInLich fr = new FormInLich();

            fr.Show();
        }
Exemplo n.º 2
0
 private void btnIn_Click(object sender, EventArgs e)
 {
     //LichCongTac lich = new LichCongTac();
     FormInLich fr = new FormInLich();
     fr.Show();
 }