Exemplo n.º 1
0
        private void LabelEstimates_Click(object sender, EventArgs e)
        {
            ReportingEstimate ReportingEstimateObj = new ReportingEstimate();

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

            ReportingEstimateObj.ShowDialog();
        }