Пример #1
0
        private void picConstruction1_Click(object sender, EventArgs e)
        {
            mnFormnumber = 6;
            fSave();
            fButtons _dlg = new fButtons();

            _dlg.ShowDialog();
        }
Пример #2
0
        private void picComputer2_Click(object sender, EventArgs e)
        {
            mnFormnumber = 5;
            fSave();
            fButtons _dlg = new fButtons();

            _dlg.ShowDialog();
        }