コード例 #1
0
		private void detach_States(State entity)
		{
			this.SendPropertyChanging();
			entity.Country = null;
		}
コード例 #2
0
		private void attach_States(State entity)
		{
			this.SendPropertyChanging();
			entity.Country = this;
		}