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

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

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