Exemplo n.º 1
0
        //static string Config;

        //public static void GetConfig(string config)
        //{
        //    Config = config;
        //}

        //private void TimerMenu_Tick(object sender, EventArgs e)
        //{
        //    if (Cursor.Position.Y - this.Top < 50)
        //    {
        //        this.PanelMenuShow.Show();
        //        //timer1.Start();
        //        //PanelShow();
        //        //this.PanelMenuShow.Visible = true;

        //        //FormCommon formCommon = new FormCommon();
        //        //formCommon.TimerCreate();
        //    }
        //    else
        //    {
        //        this.PanelMenuShow.Hide();
        //    }
        //}

        //private void timer1_Tick(object sender, EventArgs e)
        //{
        //    int i = 2;
        //    int y = this.PanelMenuShow.Height;
        //    this.PanelMenuShow.Height = y / i;
        //    i = i + 1;
        //}

        private void PanelShow()
        {
            FormCommon formCommon = new FormCommon();

            formCommon.TimerCreate();
        }