예제 #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();
        }