private void btnAbout_Click(object sender, EventArgs e) { moveSidePanel(btnAbout); UC_About uch = new UC_About(); AddControlsToPanel(uch); }
public Form1() { InitializeComponent(); timerTime.Start(); PanelWidth = panelLeft.Width; isCollapsed = false; UC_About uch = new UC_About(); AddControlsToPanel(uch); }