Esempio n. 1
0
        private void statisticReportToolStripMenuItem_Click(object sender, EventArgs e)
        {
            StatisticReport sr = StatisticReport.GetInstance();

            sr.MdiParent = this;
            sr.Show();
        }