Пример #1
0
 internal SharedPropertyGroup(ISharedPropertyGroup grp)
 {
     this._x = grp;
 }
 internal SharedPropertyGroup(ISharedPropertyGroup propertyGroup)
 {
     this.propertyGroup = propertyGroup;
 }
 internal SharedPropertyGroup(ISharedPropertyGroup grp)
 {
     this._x = grp;
 }
Пример #4
0
		internal SharedPropertyGroup (ISharedPropertyGroup propertyGroup)
		{
			this.propertyGroup = propertyGroup;
		}