示例#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();
        }