Наследование: 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());
		}