Ejemplo n.º 1
0
        private void button1_Click(object sender, EventArgs e)
        {
            StastisticsForm form1 = new StastisticsForm("", false);

            form1.ShowDialog();
        }
Ejemplo n.º 2
0
        private void button1_Click_2(object sender, EventArgs e)
        {
            StastisticsForm form = new StastisticsForm(null, false);

            form.Show();
        }
        /// <summary>
        /// Открыть форму статистики
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        private void button_statistika_Click(object sender, EventArgs e)
        {
            StastisticsForm form1 = new StastisticsForm("", true);

            form1.ShowDialog();
        }