Ejemplo n.º 1
0
 //---------------------------Schedule Button----------------
 private void button1_Click(object sender, EventArgs e)
 {
     MainFunctions.sidePanelAction(panel1, schedulePanel);
 }
Ejemplo n.º 2
0
 //---------------------------Ground Station Button----------------
 private void button3_Click(object sender, EventArgs e)
 {
     MainFunctions.sidePanelAction(panel1, groundPanel);
 }
Ejemplo n.º 3
0
        /*******************************************************************************************************
        * Form Actions, Interactions and mouse over
        *
        *******************************************************************************************************/

        /*
         * Side Panel Interactions
         *
         */
        //---------------------------Satellite Button----------------
        private void button2_Click(object sender, EventArgs e)
        {
            MainFunctions.sidePanelAction(panel1, satellitePanel);
        }