C
Join ServerC#
help
❔ Pannel not showing
KKaedrick1/29/2023
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;
}
public Mainmenu()
{
InitializeComponent();
panelWelcome.Visible = true;
}
AAccord1/30/2023
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.