Пример #1
0
        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();
        }
Пример #2
0
 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();
 }