void ButtonMonitorClick(object sender, EventArgs e) { var f = new MonitorForm(); f.Owner = this; f.Show(); }