internal void NewCheatF() { W_Cheat window = new W_Cheat(_CheatsPath, GameName); if (window.ShowDialog() == true) { LoadCheatCodes(); } }
private void button_Click(object sender, RoutedEventArgs e) { /* * BoxProgress bp = new BoxProgress(); * bp.ShowDialog();*/ W_Cheat window = new W_Cheat(@"G:\Temp\pmg - temp\Super Nintendo Entertainment System\Donkey Kong Country (E) (M3) (V1.0) [f1]\CheatCodes", "Donkey Kong Country", @"Donkey Kong Country-01.txt"); window.ShowDialog(); }
internal void OpenCheat() { W_Cheat window = new W_Cheat(_CheatsPath, GameName, SelectedCheatFile.DestPath); window.ShowDialog(); }