private void LabelServices_Click(object sender, EventArgs e) { ReportingService ReportingServiceObj = new ReportingService(); ReportingServiceObj.ShowDialog(); }
private void productServicesToolStripMenuItem_Click(object sender, EventArgs e) { ReportingService ReportingServiceObj = new ReportingService(); ReportingServiceObj.ShowDialog(); }