Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater/Main.cs 2012/05/09 06:15:28 13 +++ trunk/RomCheater/Main.cs 2012/05/09 06:18:28 14 @@ -15,5 +15,10 @@ { InitializeComponent(); } + + private void mnuItemExit_Click(object sender, EventArgs e) + { + this.Close(); + } } }
ViewVC Help | |
Powered by ViewVC 1.1.22 |