Exemple #1
0
 private void detachIyal(Iyal iyal)
 {
     NotifyPropertyChanging("Iyal"); iyal.Paal = null;
 }
Exemple #2
0
 private void attachIyal(Iyal iyal)
 {
     NotifyPropertyChanging("Iyal"); iyal.Paal = this;
 }