//查询反馈 private void BTFeedBack_Click(object sender, EventArgs e) { var form = new FeedBackForm(); form.ShowDialog(); }