コード例 #1
0
        private void btnMonthly_Click(object sender, EventArgs e)
        {
            StichingMonthlyReport monthlyStiching = new StichingMonthlyReport();

            monthlyStiching.Show();
        }
コード例 #2
0
 private void btnMonthly_Click(object sender, EventArgs e)
 {
     StichingMonthlyReport monthlyStiching = new StichingMonthlyReport();
     monthlyStiching.Show();
 }