Exemplo n.º 1
0
        private void ShowAnalyticReport()
        {
            ClearMessage();
            AnalyticReport analyticReport = new AnalyticReport();

            analyticReport.ShowDialog();
        }
Exemplo n.º 2
0
        private void MENU_REPORT_ANALYTIC_REPORT_Click(object sender, EventArgs e)
        {
            AnalyticReport analyticRep = new AnalyticReport();

            analyticRep.ShowDialog();
        }