Пример #1
0
        private void bunifuThinButton27_Click(object sender, EventArgs e)
        {
            inventoryFilter.SendToBack();
            Pulloutfilter.SendToBack();
            Restockfilter.BringToFront();
            Restockfilter.Show();
            string file = Application.StartupPath + @"\Reports\RestockProductReport.rpt";

            GetInventory(file);
        }