예제 #1
0
 private void comboBoxFilter_SelectedIndexChanged(object sender, EventArgs e)
 {
     currentFilter          = filters[comboBoxFilter.SelectedIndex];
     richTextBoxFilter.Text = currentFilter.ToString();
 }