Esempio n. 1
0
        public void PCRaport_Click(object sender, EventArgs e)
        {
            NumericUpDown YearToCalc = (NumericUpDown)MainProgram.Self.TabControl.Controls.Find("num_SummaryDetailYear", true).First();

            ReportingOption Report = new ReportingOption(YearToCalc.Value);

            Report.ShowDialog();
        }
Esempio n. 2
0
        private void SaveToXML()
        {
            ReportingOption Report = new ReportingOption(2020);

            Report.ShowDialog();
        }