Esempio n. 1
0
 public void FillChart()
 {
     for (int i = 0; i < _checkBoxTags.Count; i++)
     {
         CheckBoxTag tag = _checkBoxTags[i];
         if (tag.ChartCheckBox.BooleanValue)
         {
             tag.ChartCheckBoxCheckedChanged();
         }
     }
 }