Ejemplo n.º 1
0
 public static void Remove(LandingGear entity)
 {
     LandingGears.Remove(entity);
 }
Ejemplo n.º 2
0
 public static void Add(LandingGear entity)
 {
     LandingGears.Add(entity);
 }