x86.frmMain.move1 C# (CSharp) Method

move1() private method

private move1 ( ) : void
return void
        private void move1()
        {
            //try
            //{
            //    if (this.txtMsg.Height + this.txtMsg.Top - 63 > 0)
            //        this.txtMsg.Top = this.txtMsg.Top - 1;
            //    else
            //        this.txtMsg.Top = 30;
            //    if (this.lab_top_msg.Left < -this.lab_top_msg.Width)
            //        this.lab_top_msg.Left = this.panel_top.Width;
            //    else
            //        this.lab_top_msg.Left = this.lab_top_msg.Left - 2;
            //}
            //catch
            //{
            //}
        }
frmMain