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