Update 20250206

This commit is contained in:
Stefan Hutter
2025-02-06 22:23:45 +01:00
parent 678e0622fd
commit c316b40507
87 changed files with 995 additions and 576 deletions

View File

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