use of last match variable/field.
This commit is contained in:
parent
d0745d1bec
commit
de978bb317
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user