private void DebugButton_Click(object sender, EventArgs e) { DebugForm f = new DebugForm(); f.Setup(); f.Show(this.ParentForm); }