コード例 #1
0
ファイル: Eshop.designer.cs プロジェクト: phantrithuc/Eshop
		private void detach_Products(Product entity)
		{
			this.SendPropertyChanging();
			entity.CompCat = null;
		}
コード例 #2
0
ファイル: Eshop.designer.cs プロジェクト: phantrithuc/Eshop
		private void attach_Products(Product entity)
		{
			this.SendPropertyChanging();
			entity.CompCat = this;
		}