Example #1
0
        private void buttonOpenSupplies_Click(object sender, EventArgs e)
        {
            //Задаем новую форму из класса Потребности и открываем ее
            Form formDemand = new FormDemand();

            formDemand.Show();
        }
Example #2
0
        private void buttonOpenSupplies_Click(object sender, EventArgs e)
        {
            Form formDemand = new FormDemand();

            formDemand.Show();
        }