コード例 #1
0
 //holds all the "cheat" or keywords valid in the computer console
 private void consoleKeywordsToolStripMenuItem_Click(object sender, EventArgs e)
 {
     ConsoleCheats Open = new ConsoleCheats();
     Open.ShowDialog();
 }
コード例 #2
0
 private void button4_Click(object sender, EventArgs e)
 {
     ConsoleCheats Open = new ConsoleCheats();
     Open.ShowDialog();
 }