/// <summary>
 /// Initializes a new instance of the <see cref="FrmAccountingObjects"/> class.
 /// </summary>
 public FrmAccountingObjects()
 {
     InitializeComponent();
     //InitRepositoryControlData();
     _accountingObjectsPresenter          = new AccountingObjectsPresenter(this);
     _accountingObjectCategoriesPresenter = new AccountingObjectCategoriesPresenter(this);
 }
Beispiel #2
0
        /// <summary>
        /// Initializes a new instance of the <see cref="FrmS03H"/> class.
        /// </summary>

        public FrmS34H()
        {
            InitializeComponent();
            _accountsPresenter                   = new AccountsPresenter(this);
            _accountingObjectsPresenter          = new AccountingObjectsPresenter(this);
            _accountingObjectCategoriesPresenter = new AccountingObjectCategoriesPresenter(this);
        }