Esempio n. 1
0
        private void button1_Click(object sender, EventArgs e)  //  create report
        {
            ClassStatistics cl = new ClassStatistics(this.houseKeeper);

            cl.RefToLastForm = this;
            this.Visible     = false;
            cl.Show();
        }