Exemplo n.º 1
0
        private void button5_Click_1(object sender, EventArgs e)
        {
            ShiftStatistic ShiftStatisticForm = new ShiftStatistic(NowStatictic);

            ShiftStatisticForm.Show();
        }
Exemplo n.º 2
0
 private void button5_Click_1(object sender, EventArgs e)
 {
     ShiftStatistic ShiftStatisticForm = new ShiftStatistic(NowStatictic);
     ShiftStatisticForm.Show();
 }