Skip to content

Commit d75a490

Browse files
committed
Release 1.0.0.1
Revision to make arrow keys work.
1 parent 3e7dd9d commit d75a490

20 files changed

+17
-16
lines changed

Main.Designer.cs

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Main.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,15 +362,15 @@ public bool compare2arrays(byte[] arr1, byte[] arr2)
362362

363363
// Any button on form pressed
364364
private void P1Button_Click(object sender, EventArgs e) {
365-
label37.Text = "Waiting input...";
365+
labelStatus.Text = "Waiting input...";
366366
targetButton = (Button)sender;
367367
input_key = true;
368368
}
369369

370370
// Read input from keyboard
371371
private void Form1_KeyDown(object sender, KeyEventArgs e)
372372
{
373-
label37.Text = "";
373+
labelStatus.Text = "";
374374
if (input_key)
375375
{
376376
input_key = !input_key;

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// Можно задать все значения или принять номера сборки и редакции по умолчанию
3333
// используя "*", как показано ниже:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
35+
[assembly: AssemblyVersion("1.0.0.1")]
36+
[assembly: AssemblyFileVersion("1.0.0.1")]

bin/Debug/Controls.exe

0 Bytes
Binary file not shown.

bin/Debug/Controls.pdb

0 Bytes
Binary file not shown.

bin/Release/Controls.exe

41.5 KB
Binary file not shown.

bin/Release/Controls.pdb

0 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1eeeb82524111933bd54f0ef87a0d1fe3f914242
1+
da59c910900cd1cf13e3a8a27b3caf12aeea12af
0 Bytes
Binary file not shown.
-10.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)