Skip to content

Commit 951699f

Browse files
authored
Add files via upload
1 parent 162b5c0 commit 951699f

File tree

8 files changed

+26
-27
lines changed

8 files changed

+26
-27
lines changed

Derby Loader/Form1.Designer.cs

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

Derby Loader/Form1.cs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -355,24 +355,24 @@ private void button3_Click(object sender, EventArgs e)
355355

356356
private void checkBox1_CheckedChanged(object sender, EventArgs e)
357357
{
358-
File.WriteAllText("config.ini", "1");
358+
if (checkBox1.Checked) { File.WriteAllText("config.ini", "1"); }
359+
else { File.WriteAllText("config.ini", "0"); }
359360

360361
}
361362

362-
private void button5_Click(object sender, EventArgs e)
363-
{
364-
MessageBox.Show("Github page: https://github.com/Noisec/Derby <copied to clipboard>\nIf you check that one button, the next time you launch the app, it will not be visible and will auto start the simulation. To uncheck it, just delete the config.ini file.");
365-
Clipboard.SetText("https://github.com/Noisec/Derby");
366-
}
367-
368-
private void button3_Click_1(object sender, EventArgs e)
369-
{
363+
370364

371-
}
372365

373366
private void button4_Click(object sender, EventArgs e)
374367
{
375368
Application.Exit();
376369
}
370+
371+
private void label1_Click(object sender, EventArgs e)
372+
{
373+
MessageBox.Show("Github page: https://github.com/Noisec/Derby <copied to clipboard>\nIf you check that one button, the next time you launch the app, it will not be visible and will auto start the simulation. To uncheck it, just delete the config.ini file.");
374+
Clipboard.SetText("https://github.com/Noisec/Derby");
375+
376+
}
377377
}
378378
}
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

Derby Loader/bin/Release/Derby.exe

4 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)