Esempio n. 1
0
		public void Add (LetSingleBody body)
		{
			List.Add (body);
		}
Esempio n. 2
0
		public void Insert (int pos, LetSingleBody body)
		{
			List.Insert (pos, body);
		}