Esempio n. 1
0
 internal int Add(Automobil a1)
 {
     return(InnerList.Add(a1));
 }
Esempio n. 2
0
 internal void Remove(Automobil a1)
 {
     InnerList.Remove(a1);
 }