Exemplo n.º 1
0
		private void UziVatELE_Detach(UziVatELE entity)
		{
			this.SendPropertyChanging();
			entity.RoleRole = null;
		}
Exemplo n.º 2
0
		private void UziVatELE_Attach(UziVatELE entity)
		{
			this.SendPropertyChanging();
			entity.RoleRole = this;
		}