コード例 #1
0
ファイル: Database.cs プロジェクト: balaji/Cricketers
 private void detachDebut(Debut team)
 {
     NotifyPropertyChanging("Debut"); team.Profile = null;
 }
コード例 #2
0
ファイル: Database.cs プロジェクト: zidan420/Cricketers
 private void detachDebut(Debut team)
 {
     NotifyPropertyChanging("Debut"); team.Profile = null;
 }
コード例 #3
0
ファイル: Database.cs プロジェクト: balaji/Cricketers
 private void attachDebut(Debut team)
 {
     NotifyPropertyChanging("Debut"); team.Profile = this;
 }
コード例 #4
0
ファイル: Database.cs プロジェクト: zidan420/Cricketers
 private void attachDebut(Debut team)
 {
     NotifyPropertyChanging("Debut"); team.Profile = this;
 }