Exemplo n.º 1
0
        //окно настройки интерфейса
        private void настройкиИнтерфейсаToolStripMenuItem_Click(object sender, EventArgs e)
        {
            InterfaceOption interfaceOption = new InterfaceOption();

            interfaceOption.Show(this);
        }