Inheritance: BusinessObjectCollection
Exemplo n.º 1
0
 public Company()
 {
     _departments = new DepartmentCollection();
     _objects     = Hashtable.Synchronized(new Hashtable());
 }
Exemplo n.º 2
0
		public Company()
		{
			_departments = new DepartmentCollection();
			_objects = Hashtable.Synchronized(new Hashtable());
		}