Skybound.Gecko.PromptService.Alert C# (CSharp) Метод

Alert() публичный Метод

public Alert ( nsIDOMWindow aParent, string aDialogTitle, string aText ) : void
aParent nsIDOMWindow
aDialogTitle string
aText string
Результат void
        public void Alert(nsIDOMWindow aParent, string aDialogTitle, string aText)
        {
            bool checkState = false;
            AlertCheck(aParent, aDialogTitle, aText, null, ref checkState);
        }