add match function
Adds a match to the last session in the sessions list
This commit is contained in:
parent
7f10e36e25
commit
7b3348a723
@ -63,6 +63,11 @@ namespace OWTrack
|
||||
Session ses = new Session(startSR);
|
||||
//Re do SR input!!
|
||||
}
|
||||
|
||||
public void AddMatch(Match match)
|
||||
{
|
||||
sessions.Last().AddMatch(match);
|
||||
}
|
||||
public bool owRunning()
|
||||
{
|
||||
if (settings.TrackOW)
|
||||
|
Loading…
Reference in New Issue
Block a user