Ejemplo n.º 1
0
 private void SelectBop(Bop bop)
 {
     foreach (Bop child in bops)
     {
         child.Deselect();
     }
     bop.Select();
 }