BlottoBeats.Client.TextBoxSetting.setValue C# (CSharp) Method

setValue() public method

public setValue ( String value ) : void
value String
return void
        public void setValue(String value)
        {
            text.Text = value;
        }