Ejemplo n.º 1
0
 /**
  * This will add an object to the array.
  *
  * @param object The object to add to the array.
  */
 public void add(ICosObject obj)
 {
     objects.Add(obj.GetCosObject());
 }