Beispiel #1
0
        private void button3_Click(object sender, EventArgs e) // кнопка "продолжить разгадывание"
        {
            DownloadScan df = new DownloadScan();

            this.Hide();
            df.ShowDialog();
            this.Show();
        }
Beispiel #2
0
        private void toolStripButton2_Click(object sender, EventArgs e)
        {
            DownloadScan df = new DownloadScan();

            this.Hide();
            df.ShowDialog();
            this.Show();
        }