Exemplo n.º 1
0
        private void btn_planningProfile_Click(object sender, EventArgs e)
        {
            DailyPlanning dp2 = new DailyPlanning();

            this.Hide();
            dp2.Show();
        }
Exemplo n.º 2
0
        private void btn_planningStat_Click(object sender, EventArgs e)
        {
            DailyPlanning dp4 = new DailyPlanning();

            this.Hide();
            dp4.Show();
        }
Exemplo n.º 3
0
        private void btn_planningTasks_Click(object sender, EventArgs e)
        {
            DailyPlanning dp1 = new DailyPlanning();

            this.Hide();
            dp1.Show();
        }
Exemplo n.º 4
0
        private void btn_planningSettings_Click(object sender, EventArgs e)
        {
            DailyPlanning dp3 = new DailyPlanning();

            this.Hide();
            dp3.Show();
        }
Exemplo n.º 5
0
        private void button2_Click(object sender, EventArgs e)
        {
            PnlPassage.Top       = btn_planningDashboard.Top;
            PnlPassage.Height    = btn_planningDashboard.Height;
            pnlDashboard.Visible = false;
            this.Hide();
            DailyPlanning dp = new DailyPlanning();

            dp.Show();
        }
Exemplo n.º 6
0
        private void button1_Click(object sender, EventArgs e)
        {
            DailyPlanning dp = new DailyPlanning();

            dp.Show();
        }