Exemplo n.º 1
0
        protected override void ShowSearchForm()
        {
            ListConditionSearch f = new ListConditionSearch();

            if (DialogResult.OK == f.ShowDialog())
            {
                this.bindingSource1.DataSource = this._invoicexjManager.Select(f._startDate, f._endDate, f._customerid, f._productid, f._invoiceXJId, f._companyid);
            }
        }
Exemplo n.º 2
0
        protected override void ShowSearchForm()
        {
            ListConditionSearch f = new ListConditionSearch();

            if (DialogResult.OK == f.ShowDialog())
            {
                this.bindingSource1.DataSource = this._invoicexjManager.Select(f._startDate, f._endDate, f._customerid, f._productid, f._invoiceXJId, f._companyid);
            }
            this.barStaticItem1.Caption = string.Format("{0}Items", this.bindingSource1.Count);
        }