private void butApplyCreditsScreen_Click(object sender, EventArgs e) { ApplyCreditsScreen applycreditsscreen = new ApplyCreditsScreen(); applycreditsscreen.ShowDialog(); }
private void applyCreditsScreenToolStripMenuItem_Click_1(object sender, EventArgs e) { ApplyCreditsScreen frm = new ApplyCreditsScreen(); frm.ShowDialog(); }
private void toolStripMenuItem6_Click(object sender, EventArgs e) { ApplyCreditsScreen applycreditsscreen = new ApplyCreditsScreen(); applycreditsscreen.ShowDialog(); }