Exemplo n.º 1
0
 private void ClearListPoints_Click(object sender, EventArgs e)
 {
     if (ListPoints.Count > 0 && ListPointDesc.Count > 0)
     {
         ListPoints.Clear();
         ListPointDesc.Clear();
         setListBoxPoints();
     }
 }