Beispiel #1
0
        private void lươngNhânViênToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form Luong = new frmBaoCaoLuong();

            Luong.ShowDialog();
        }
Beispiel #2
0
        private void pictureBox4_Click(object sender, EventArgs e)
        {
            Form Lg = new frmBaoCaoLuong();

            Lg.ShowDialog();
        }