Azmyth.XNA.frmCreateWorld.btnRandomSeed_Clicked C# (CSharp) Method

btnRandomSeed_Clicked() public method

public btnRandomSeed_Clicked ( XGControl sender ) : void
sender XGControl
return void
        void btnRandomSeed_Clicked(XGControl sender)
        {
            txtSeed.Text = new Random().Next(500, 9999).ToString();
        }