//月轮钟 private void btnMonthOn_Click(object sender, EventArgs e) { var form = new MonthOnForm(m_User); form.ShowDialog(); }