1.4.3 #38

Merged
Hesham merged 25 commits from release/1.4.3 into master 2018-12-21 22:19:53 +01:00
Showing only changes of commit 7b3348a723 - Show all commits

View File

@ -63,6 +63,11 @@ namespace OWTrack
Session ses = new Session(startSR); Session ses = new Session(startSR);
//Re do SR input!! //Re do SR input!!
} }
public void AddMatch(Match match)
{
sessions.Last().AddMatch(match);
}
public bool owRunning() public bool owRunning()
{ {
if (settings.TrackOW) if (settings.TrackOW)