clear box after enter

This commit is contained in:
HeshamTB 2018-08-15 11:36:29 +03:00
parent 9e80badd40
commit 7b9dc73085

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;
}
}
}