BUG-1560 added format-validation for the arguments-field

This commit is contained in:
sotto 2014-12-11 21:03:44 +01:00
commit d2558f2159
3 changed files with 24 additions and 2 deletions

View file

@ -147,6 +147,7 @@ namespace ExternalCommand {
this.textBox_arguments.Name = "textBox_arguments";
this.textBox_arguments.Size = new System.Drawing.Size(225, 20);
this.textBox_arguments.TabIndex = 4;
this.textBox_arguments.TextChanged += new System.EventHandler(this.textBox_arguments_TextChanged);
//
// label1
//