SR tracking system v1 #2

Merged
Hesham merged 5 commits from Dev/SRTracking into master 2018-08-15 11:35:56 +02:00
Showing only changes of commit 7b9dc73085 - Show all commits

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Drawing;
using System.Windows.Forms;
using Newtonsoft.Json;
@ -156,6 +156,7 @@ namespace OWTrack
else srLabel.Text = tr.startSR.ToString() + " - " + tr.srDiff();
}
else srLabel.Text = tr.startSR.ToString() + " - " + tr.srDiff();
srTextBox.Text = null;
}
}
}