Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Noisec authored Jul 30, 2024
1 parent 162b5c0 commit 951699f
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 27 deletions.
33 changes: 16 additions & 17 deletions Derby Loader/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions Derby Loader/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -355,24 +355,24 @@ private void button3_Click(object sender, EventArgs e)

private void checkBox1_CheckedChanged(object sender, EventArgs e)
{
File.WriteAllText("config.ini", "1");
if (checkBox1.Checked) { File.WriteAllText("config.ini", "1"); }
else { File.WriteAllText("config.ini", "0"); }

}

private void button5_Click(object sender, EventArgs e)
{
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.");
Clipboard.SetText("https://github.com/Noisec/Derby");
}

private void button3_Click_1(object sender, EventArgs e)
{


}

private void button4_Click(object sender, EventArgs e)
{
Application.Exit();
}

private void label1_Click(object sender, EventArgs e)
{
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.");
Clipboard.SetText("https://github.com/Noisec/Derby");

}
}
}
Binary file modified Derby Loader/bin/Release/Derby Loader.exe
Binary file not shown.
Binary file modified Derby Loader/bin/Release/Derby Loader.pdb
Binary file not shown.
Binary file added Derby Loader/bin/Release/Derby.exe
Binary file not shown.
Binary file not shown.
Binary file modified Derby Loader/obj/Release/Derby Loader.exe
Binary file not shown.
Binary file modified Derby Loader/obj/Release/Derby Loader.pdb
Binary file not shown.

0 comments on commit 951699f

Please sign in to comment.