public RecapInvoiceBySPKListControl(RecapInvoiceBySPKModel model)
        {
            InitializeComponent();

            _presenter = new RecapInvoiceBySPKPresenter(this, model);
            lookupCustomer.EditValueChanged += lookupCustomer_EditValueChanged;

            this.Load += RecapInvoiceBySPKListControl_Load;
        }
Exemplo n.º 2
0
        public RecapInvoiceBySPKListControl(RecapInvoiceBySPKModel model)
        {
            InitializeComponent();

            _presenter = new RecapInvoiceBySPKPresenter(this, model);
            lookupCustomer.EditValueChanged += lookupCustomer_EditValueChanged;

            this.Load += RecapInvoiceBySPKListControl_Load;
        }