Update 20250206
This commit is contained in:
@@ -140,5 +140,10 @@ namespace OnDoc.Diverses
|
||||
{
|
||||
btnok.Enabled = true;
|
||||
}
|
||||
|
||||
private void textBox1_TextChanged(object sender, EventArgs e)
|
||||
{
|
||||
if (textBox1.Text.Trim().Length > 0) btnok.Enabled = true; else btnok.Enabled = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user