Ejemplo n.º 1
0
 public ChangeSection()
 {
     InitializeComponent();
     this.customerAction = new CustomerAction();
 }
Ejemplo n.º 2
0
 public MaintainCustom()
 {
     InitializeComponent();
     customerAction = new CustomerAction();
 }
Ejemplo n.º 3
0
 public AddCustom()
 {
     InitializeComponent();
     this.customerAction = new CustomerAction();
 }