Example #1
0
        }//プロファイル削除

        private void Edit_ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ChangeProfile changeProfile = new ChangeProfile();

            changeProfile.FormClosed += this.changeProfile_FormClosed;
            changeProfile.Show();
        }//プロファイル編集
Example #2
0
        private void editToolStripMenuItem_Click(object sender, EventArgs e)
        {
            pre_index = toolStripComboBox1.SelectedIndex;
            ChangeProfile changeProfile = new ChangeProfile();

            changeProfile.FormClosed += this.changeProfile_FormClosed;
            changeProfile.Show();
        }