private void questInfoToolStripMenuItem_Click_1(object sender, EventArgs e) { QuestInfoForm form = new QuestInfoForm(); form.ShowDialog(); }