Example #1
0
 public ChangeSection()
 {
     InitializeComponent();
     this.customerAction = new CustomerAction();
 }
 public MaintainCustom()
 {
     InitializeComponent();
     customerAction = new CustomerAction();
 }
Example #3
0
 public AddCustom()
 {
     InitializeComponent();
     this.customerAction = new CustomerAction();
 }