Пример #1
0
        private void Month_Click(object sender, EventArgs e)
        {
            Button         _bnt     = (Button)sender;
            Month_Planning _MonPlan = new Month_Planning(_bnt.Text);

            _MonPlan.Set_PrePage(this);
            this.Visible = false;
            _MonPlan.ShowDialog();
        }