Ejemplo n.º 1
0
 public void SetItem(int index, CMAPRunway value)
 {
     if (index < mAPRunways.Count)
     {
         mAPRunways[index] = value;
     }
 }
Ejemplo n.º 2
0
 public void Add(CMAPRunway aprunway)
 {
     mAPRunways.Add(aprunway);
 }