private void gPUsToolStripMenuItem_Click(object sender, EventArgs e) { FormGpuList gpus = new FormGpuList(); gpus.ShowDialog(); }