Exemplo n.º 1
0
 public void RaiseOnAddedRelation(RelationEventArgs e)
 {
     if (OnAddedRelation != null)
     {
         OnAddedRelation(null, e);
     }
 }
Exemplo n.º 2
0
 public void RaiseOnDeletingRelation(RelationEventArgs e)
 {
     if (OnDeletingRelation != null)
     {
         OnDeletingRelation(null, e);
     }
 }
Exemplo n.º 3
0
 public void RaiseOnDeletingRelation(RelationEventArgs e)
 {
     if (OnDeletingRelation != null)
         OnDeletingRelation(null, e);
 }
Exemplo n.º 4
0
 public void RaiseOnAddedRelation(RelationEventArgs e)
 {
     if (OnAddedRelation != null)
         OnAddedRelation(null, e);
 }