private void btnSystemInfo_Click(object sender, EventArgs e) { var frm = new frmSystemInfo(); frm.ShowDialog(this); }