Esempio n. 1
0
		private void detach_Structures(Structure entity)
		{
			this.SendPropertyChanging();
			entity.StructureType = null;
		}
Esempio n. 2
0
		private void attach_Structures(Structure entity)
		{
			this.SendPropertyChanging();
			entity.StructureType = this;
		}