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