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