コード例 #1
0
ファイル: FormMain.cs プロジェクト: Mutexman/LC
        private void СПДToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FormSettingCommandButton formSettingCommandButton = new FormSettingCommandButton(this.fileConfigSPD);

            formSettingCommandButton.Text += " : СПД";
            formSettingCommandButton.ShowDialog();
        }
コード例 #2
0
ファイル: FormMain.cs プロジェクト: Mutexman/LC
        private void КомпьютерToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FormSettingCommandButton formSettingCommandButton = new FormSettingCommandButton(this.fileConfigComputers);

            formSettingCommandButton.Text += " : Компьютер";
            formSettingCommandButton.ShowDialog();
        }