Beispiel #1
0
        private void LabelServices_Click(object sender, EventArgs e)
        {
            ReportingService ReportingServiceObj = new ReportingService();

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

            ReportingServiceObj.ShowDialog();
        }