Exemplo n.º 1
0
 private void comboFilterType_SelectedIndexChanged(object sender, EventArgs e)
 {
     _filterType = (WlbReportCustomFilterType)this.comboFilterType.SelectedIndex;
     
     PopulateListViewFilterItem();
 }
        private void comboFilterType_SelectedIndexChanged(object sender, EventArgs e)
        {
            _filterType = (WlbReportCustomFilterType)this.comboFilterType.SelectedIndex;

            PopulateListViewFilterItem();
        }