Skip to content

Commit 711159c

Browse files
author
Stephan Bökelmann
committed
Update Button Copy to Clipboard
1 parent b7b6fb2 commit 711159c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

AutoScanCompare/CodingCompare.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ public partial class CodingCompare : Form
1515
{
1616
int lastposition;
1717
string parentTitle;
18-
18+
string codierung1bbcode;
19+
string codierung2bbcode;
1920
List<string> differentBits = new List<string>();
2021

2122
public CodingCompare(TreeNode node, string parentText, string coding1 = "", string coding2 = "")
@@ -41,8 +42,6 @@ public CodingCompare(TreeNode node, string parentText, string coding1 = "", stri
4142

4243
lastposition = 140;
4344
int lastchars = 0;
44-
string codierung1bbcode;
45-
string codierung2bbcode;
4645
for(int i = 0; i < Convert.ToInt64(node.Text.Length) / 2; i++)
4746
{
4847
TextBox tb1 = new TextBox();

0 commit comments

Comments
 (0)