public void resume_btn_Click(object sender, EventArgs e) { if (Globals.browseBtnClicked) { IrMode_rb.Checked = true; Globals.isHighResolution = false; Globals.isTopCord = false; Globals.isBottomCord = false; Globals.browseBtnClicked = false; } tricam.resumeLiveMode(); ModeSelection_gbx.Enabled = true; isLACod_cbx.Checked = false; grading_btn.Visible = false; whiteLightCapture_btn.Visible = true; resume_btn.Enabled = false; }