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