CC#•Created by Kaedrick on 1/29/2023 in #help ❔ Pannel not showing
Hello, I have a problem with my winform app, there is a pannel that won't show although I have this on the main menu :
public Mainmenu()
{
InitializeComponent();
panelWelcome.Visible = true;
}