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