private void FillToList() { string type = this.ReportType.ToString().Substring(0, 1); PriceManagementActiveHeaderEx.LoadCombo(ref cboTo, "TxNumber", false, false, string.Empty, "PM_TYPE ='" + type + "'"); this.cboTo.SelectedIndex = cboTo.Items.Count - 1; }
private void FillFromList() { string type = this.ReportType.ToString().Substring(0, 1); PriceManagementActiveHeaderEx.LoadCombo(ref cboFrom, "TxNumber", false, false, string.Empty, "PM_TYPE ='" + type + "'"); }