Ejemplo n.º 1
0
        private void btnReport_Click(object sender, EventArgs e)
        {
            moveSidePanel(btnReport);
            UC_Statistic f = new UC_Statistic();

            addUserControl(f);
        }
Ejemplo n.º 2
0
        private void ManageStatistic()
        {
            set_TopBar("Statistic");

            UC_Statistic statistic = new UC_Statistic();

            set_Mainpage(statistic);
        }