--- trunk/RomCheater/Main.cs 2012/05/09 06:15:28 13 +++ trunk/RomCheater/Main.cs 2012/05/09 06:28:44 16 @@ -15,5 +15,15 @@ namespace RomCheater { InitializeComponent(); } + + private void mnuItemExit_Click(object sender, EventArgs e) + { + this.Close(); + } + + private void btnCopyLogToClipboard_Click(object sender, EventArgs e) + { + + } } } |