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