private void button3_Click(object sender, EventArgs e) // кнопка "продолжить разгадывание" { DownloadScan df = new DownloadScan(); this.Hide(); df.ShowDialog(); this.Show(); }
private void toolStripButton2_Click(object sender, EventArgs e) { DownloadScan df = new DownloadScan(); this.Hide(); df.ShowDialog(); this.Show(); }