|
@@ -339,7 +339,7 @@ namespace UAS_MES.CustomControl.TextBoxWithIcon
|
|
|
|
|
|
public void TextBox_Leave(object sender, EventArgs e)
|
|
|
{
|
|
|
- GetData();
|
|
|
+ // GetData();
|
|
|
}
|
|
|
|
|
|
private void SearchTextBox_Load(object sender, EventArgs e)
|
|
@@ -353,5 +353,10 @@ namespace UAS_MES.CustomControl.TextBoxWithIcon
|
|
|
{
|
|
|
TextBox.Width = this.Width - Search_Icon.Width - 3;
|
|
|
}
|
|
|
+
|
|
|
+ private void MaCodeSearchTextBox_Leave(object sender, EventArgs e)
|
|
|
+ {
|
|
|
+ GetData();
|
|
|
+ }
|
|
|
}
|
|
|
}
|