WIP: Major update #45

Closed
Hesham wants to merge 16 commits from develop-laptop into master
Showing only changes of commit 6b9413ec93 - Show all commits

View File

@ -230,7 +230,7 @@ namespace OWTrack
{ {
public Match() { } public Match() { }
public DateTime dateTime { get; set; } public DateTime dateTime { get; set; }
public bool IsWin;//to be used. public bool IsWin;
public string DateTimeSting; public string DateTimeSting;
public int StartSR; public int StartSR;
public int LastMatchSR; public int LastMatchSR;