Exemplo n.º 1
0
        private void mnuTestListtest_Click(object sender, EventArgs e)
        {
            FEmp_TitleList fl = new FEmp_TitleList();

            fl.IsSelectOnly = true;
            fl.ShowDialog();
        }
Exemplo n.º 2
0
        private void employeeTitlesToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FEmp_TitleList fl = new FEmp_TitleList();

            fl.ShowDialog();
        }
Exemplo n.º 3
0
        private void mnuToolEmpTitle_Click(object sender, EventArgs e)
        {
            FEmp_TitleList fl = new FEmp_TitleList();

            fl.ShowDialog();
        }