Example #1
0
 public Emp(sharedUI UI)
 {
     ui = UI;
     id = "employerTabs";
     recType = "employer";
     ListTab = new ListTab(recType);
     CreateTab = new CreateTab(recType);
 }
Example #2
0
 public Emp(sharedUI UI)
 {
     ui        = UI;
     id        = "employerTabs";
     recType   = "employer";
     ListTab   = new ListTab(recType);
     CreateTab = new CreateTab(recType);
 }