Esempio n. 1
0
 private void detach_TagShares(TagShare entity)
 {
     this.SendPropertyChanging();
     entity.Tag = null;
 }
Esempio n. 2
0
		private void detach_TagShares(TagShare entity)
		{
			this.SendPropertyChanging();
			entity.Tag = null;
		}
Esempio n. 3
0
 private void attach_TagShares(TagShare entity)
 {
     this.SendPropertyChanging();
     entity.Tag = this;
 }
Esempio n. 4
0
		private void attach_TagShares(TagShare entity)
		{
			this.SendPropertyChanging();
			entity.Tag = this;
		}