Esempio n. 1
0
 private void ClearCurentZone(object obj)
 {
     if (SelectedZone != null)
     {
         SelectedZone.ClearLocation();
     }
 }