コード例 #1
0
        private void fuelReportToolStripMenuItem_Click(object sender, EventArgs e)
        {
            string        id     = "LoadMain";
            DateSelection report = new DateSelection(id);

            report.Show();
        }
コード例 #2
0
        private void fuelWeeklyPhysicalStockToolStripMenuItem_Click(object sender, EventArgs e)
        {
            string        id     = "PhycisalLoad";
            DateSelection report = new DateSelection(id);

            report.Show();
        }