machine2014arcade.Game.ScreenMessage.Go C# (CSharp) Method

Go() public method

public Go ( ) : void
return void
        public void Go()
        {
            lblText.Location = new Point(this.Width / 2 - lblText.Width / 2, this.Height - lblText.Height);
            this.BringToFront();
            this.Visible = true;
            tmrMvt.Enabled = true;
        }