Ejemplo n.º 1
0
 public ListEmployeesForm(Home ret)
 {
     conn     = new Group14Connection();
     homePage = ret;
     InitializeComponent();
 }
Ejemplo n.º 2
0
 public GetCustomerInformation(Home ret)
 {
     homePage = ret;
     InitializeComponent();
     conn = new Group14Connection();
 }