private void bunifuFlatButton3_Click(object sender, EventArgs e) { RentedBooks.Hide(); PanelListBooks.Show(); profilePanel.Hide(); }
public Form2() { InitializeComponent(); PanelListBooks.Show(); RentedBooks.Hide(); profilePanel.Hide(); }