public static bool ViewPersons()
 {
     frmEmployees f = new frmEmployees();
     f.MdiParent = (Form)ModuleHandler.Host;
     f.Show();
     return true;
 }
示例#2
0
        public static bool ViewPersons()
        {
            frmEmployees f = new frmEmployees();

            f.MdiParent = (Form)ModuleHandler.Host;
            f.Show();
            return(true);
        }