use of last match variable/field.

This commit is contained in:
HeshamTB 2018-12-23 20:18:28 +03:00
parent d0745d1bec
commit de978bb317

View File

@ -205,6 +205,7 @@ namespace OWTrack
public void AddMatch(Match match) public void AddMatch(Match match)
{ {
match.LastMatchSR = this.Matches.Last().newSR;
this.Matches.Add(match); this.Matches.Add(match);
this.TotalMatches = Matches.Count(); this.TotalMatches = Matches.Count();
} }