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);
        }