diff options
| author | FloppyDiskDrive <[email protected]> | 2017-09-12 19:53:35 -0500 |
|---|---|---|
| committer | FloppyDiskDrive <[email protected]> | 2017-09-12 19:53:35 -0500 |
| commit | 6d26e57fd4519cea330f51e491bfe54cc347719a (patch) | |
| tree | ed81c5592087252fb64074e1178d7cd114043ad1 /Histacom2.Engine/Template/AboutBox95.cs | |
| parent | 20421d5f51523a20db4e10f7c70eefb932552710 (diff) | |
| download | histacom2-6d26e57fd4519cea330f51e491bfe54cc347719a.tar.gz histacom2-6d26e57fd4519cea330f51e491bfe54cc347719a.tar.bz2 histacom2-6d26e57fd4519cea330f51e491bfe54cc347719a.zip | |
Various fixes (Bug fix/UI Cleanup #3)
Made the AboutBox95 UI prettier, and fixed a gamebreaking bug (found by
CollinGCoder)
Diffstat (limited to 'Histacom2.Engine/Template/AboutBox95.cs')
| -rw-r--r-- | Histacom2.Engine/Template/AboutBox95.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Histacom2.Engine/Template/AboutBox95.cs b/Histacom2.Engine/Template/AboutBox95.cs index 1accc56..aca8df5 100644 --- a/Histacom2.Engine/Template/AboutBox95.cs +++ b/Histacom2.Engine/Template/AboutBox95.cs @@ -15,5 +15,10 @@ namespace Histacom2.Engine.Template { this.ParentForm.Close(); } + + private void classicButton1_Click(object sender, EventArgs e) + { + this.ParentForm.Close(); + } } } |
