--- trunk/RomCheater/Main.cs 2012/05/09 15:19:45 62 +++ trunk/RomCheater/Main.cs 2012/05/09 16:14:39 63 @@ -65,5 +65,11 @@ namespace RomCheater private void Main_Load(object sender, EventArgs e) { } + + private void mnuItemConfig_Click(object sender, EventArgs e) + { + RomCheaterConfigDialog dlg = new RomCheaterConfigDialog(); + dlg.ShowDialog(); + } } } |