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