Beispiel #1
0
 public void SelectAll()
 {
     foreach (Queue <Formicant> queue in trackedMorphs.Values)
     {
         foreach (Formicant Formicant in queue)
         {
             Formicant.Selected();
         }
     }
 }