private void shopPromptsToolStripMenuItem_Click(object sender, EventArgs e) { PromptEditForm promptEditForm = new PromptEditForm(ref petaer_prompts, petaer_promptsPath, ref ziktofel_prompts, ziktofel_promptsPath, ref halephon_prompts, halephon_promptsPath, ref falsael_prompts, falsael_promptsPath); promptEditForm.MdiParent = this; promptEditForm.Show(); }