예제 #1
0
 private bool IsHomeWin()
 {
     return(FTR.Equals('H'));
 }
예제 #2
0
 private bool IsAwayWin()
 {
     return(FTR.Equals('A'));
 }