private void button1_Click(object sender, EventArgs e) { /** if (File.Exists(readInstructions) == false) * { * if (MessageBox.Show("You haven't read the instructions yet! Are you sure you want to continue?", "Eth3r", MessageBoxButtons.YesNo) == DialogResult.No) * { * continueExecution = false; * } * } * if (continueExecution == false) * { * return; * } **/ this.Hide(); GenerateFirmware gen = new GenerateFirmware(); gen.Show(); Master mstr = new Master(); }
private void pictureBox2_Click(object sender, EventArgs e) { GenerateFirmware gen = new GenerateFirmware(); gen.ShowDialog(); }