Example #1
0
 private void PopulateFeatTargetCheckedListBox()
 {
     TargetNames = TargetModel.GetNames();
     foreach (string name in TargetNames)
     {
         FeatTargetsCheckedListBox.Items.Add(name);
     }
 }