public Calibrator(GUIs.Start start) { GuiThatwillBeClosed = start; InitializeComponent(); }
//closes this gui and returns it to menu private void returnToMenuToolStripMenuItem_Click(object sender, EventArgs e) { GuiThatwillBeClosed.Show(); GuiThatwillBeClosed = new GUIs.Start(); this.Close(); }