Example #1
0
 public void Delete()
 {
     if (areaControl != null)
     {
         areaControl.RemoveSelected();
     }
 }