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