Example #1
0
        private void mnuTestListtest_Click(object sender, EventArgs e)
        {
            FEmp_TitleList fl = new FEmp_TitleList();

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

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

            fl.ShowDialog();
        }