Added bracket support
This commit is contained in:
parent
a7ef4b0af7
commit
a9be1638c3
8 changed files with 164 additions and 72 deletions
2
Form1.Designer.cs
generated
2
Form1.Designer.cs
generated
|
|
@ -403,6 +403,7 @@
|
|||
button23.TabIndex = 35;
|
||||
button23.Text = ")";
|
||||
button23.UseVisualStyleBackColor = true;
|
||||
button23.Click += OnCloseBracketButtonClick;
|
||||
//
|
||||
// button30
|
||||
//
|
||||
|
|
@ -414,6 +415,7 @@
|
|||
button30.TabIndex = 34;
|
||||
button30.Text = "(";
|
||||
button30.UseVisualStyleBackColor = true;
|
||||
button30.Click += OnOpenBracketButtonClick;
|
||||
//
|
||||
// Ln_button
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue