Пример #1
0
        //
        public void show()
        {
            count++;
            if (count > 1)
            {
                return;
            }
            ShowControls s = new ShowControls(flowLayoutPanel1);

            s.Show("SPinOrders");
        }
Пример #2
0
        public void show()
        {
            ShowControls s = new ShowControls(dataQLNV);

            s.Show("NV");
        }