Bracket.Samples.AppAutomation.ScriptContext.Alert C# (CSharp) Method

Alert() public method

public Alert ( string message ) : void
message string
return void
        public void Alert(string message)
        {
            MessageBox.Show(message);
        }
ScriptContext