Example #1
0
        private void СПДToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FormSettingCommandButton formSettingCommandButton = new FormSettingCommandButton(this.fileConfigSPD);

            formSettingCommandButton.Text += " : СПД";
            formSettingCommandButton.ShowDialog();
        }
Example #2
0
        private void КомпьютерToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FormSettingCommandButton formSettingCommandButton = new FormSettingCommandButton(this.fileConfigComputers);

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