Example #1
0
 public FrmDepartment()
 {
     InitializeComponent();
     ClsForm = new ClsFormControl(this);
 }
Example #2
0
 public FrmCurrency()
 {
     InitializeComponent();
     ClsForm = new ClsFormControl(this);
 }
Example #3
0
 public FrmAccountSubGroup()
 {
     InitializeComponent();
     ClsForm = new ClsFormControl(this);
 }
Example #4
0
 public FrmAccountGroup()
 {
     InitializeComponent();
     clsForm = new ClsFormControl(this);
     CmbType.SelectedValueChanged += CmbType_SelectedValueChanged;
 }
Example #5
0
 public FrmCostCenter()
 {
     InitializeComponent();
     ClsForm = new ClsFormControl(this);
 }