//提前下钟统计 private void btnAdvanceOff_Click(object sender, EventArgs e) { var form = new AdvanceOffForm(); form.ShowDialog(); }