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

            form.ShowDialog();
        }