@@ -17,6 +17,19 @@ namespace UAS_MES.CustomControl.TextBoxWithIcon
/// </summary>
string AllPower1;
+ public override string Text
+ {
+ get
+ return base.Text.Trim();
+ }
+
+ set
+ base.Text = value;
public string AllPower
{
get { return AllPower1; }