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); }
private void button1_Click(object sender, EventArgs e) { inventoryPanel.Show(); inventoryPanel.BringToFront(); salesPanel.SendToBack(); appointmentPanel.SendToBack(); patientPanel.SendToBack(); inventoryFilter.BringToFront(); inventoryFilter.Show(); Pulloutfilter.SendToBack(); Restockfilter.SendToBack(); btnSales.Textcolor = Color.White; btnInventory.Textcolor = Color.FromArgb(4, 180, 253); btnAppointments.Textcolor = Color.White; btnPatients.Textcolor = Color.White; btnReceipts.Textcolor = Color.White; slider.Top = ((Bunifu.Framework.UI.BunifuFlatButton)sender).Top; slider.Height = ((Bunifu.Framework.UI.BunifuFlatButton)sender).Height; string file = Application.StartupPath + @"\Reports\InventoryListReport.rpt"; GetInventory(file); }