예제 #1
0
파일: GRP.designer.cs 프로젝트: rsdgjb/GRP
		private void detach_PropertyFundEntityTypes(PropertyFundEntityType entity)
		{
			this.SendPropertyChanging();
			entity.EntityType = null;
		}
예제 #2
0
파일: GRP.designer.cs 프로젝트: rsdgjb/GRP
		private void attach_PropertyFundEntityTypes(PropertyFundEntityType entity)
		{
			this.SendPropertyChanging();
			entity.EntityType = this;
		}