private void LabelEstimates_Click(object sender, EventArgs e) { ReportingEstimate ReportingEstimateObj = new ReportingEstimate(); ReportingEstimateObj.ShowDialog(); }
private void estimatesToolStripMenuItem_Click(object sender, EventArgs e) { ReportingEstimate ReportingEstimateObj = new ReportingEstimate(); ReportingEstimateObj.ShowDialog(); }