Exemplo n.º 1
0
 private void setListBoxPoints()
 {
     if (listBoxPoints.Items.Count > 0)
     {
         listBoxPoints.Items.Clear();
     }
     listBoxPoints.Items.AddRange(ListPointDesc.ToArray());
     SetEnabledBtnDeletePoint();
 }