Beispiel #1
0
        private void LabelEstimates_Click(object sender, EventArgs e)
        {
            ReportingEstimate ReportingEstimateObj = new ReportingEstimate();

            ReportingEstimateObj.ShowDialog();
        }
Beispiel #2
0
        private void estimatesToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ReportingEstimate ReportingEstimateObj = new ReportingEstimate();

            ReportingEstimateObj.ShowDialog();
        }