Ejemplo n.º 1
0
        private void LabelServices_Click(object sender, EventArgs e)
        {
            ReportingService ReportingServiceObj = new ReportingService();

            ReportingServiceObj.ShowDialog();
        }
Ejemplo n.º 2
0
        private void productServicesToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ReportingService ReportingServiceObj = new ReportingService();

            ReportingServiceObj.ShowDialog();
        }