Example #1
0
        private void button1_Click(object sender, EventArgs e)
        {
            FormЛьготник льготник = new FormЛьготник();

            //льготник.MdiParent = this;
            льготник.Show();
            this.Close();
        }