public ViewCustomers()
 {
     InitializeComponent();
     customerDao = new CustomerDAO();
     search(null, null);
 }
Exemplo n.º 2
0
 public RegisterCustomer()
 {
     InitializeComponent();
     this.routingDao  = new RoutingDAO();
     this.customerDao = new CustomerDAO();
 }