C# 클래스 Skybound.Gecko.LauncherDialogEvent

상속: System.EventArgs
파일 보기 프로젝트 열기: tophatmonocle/DirtyGecko

공개 메소드들

메소드 설명
Cancel ( ) : void
LauncherDialogEvent ( nsIHelperAppLauncher aLauncher, nsISupports aWindowContext, uint aReason ) : System
Navigate ( string Url ) : void

메소드 상세

Cancel() 공개 메소드

public Cancel ( ) : void
리턴 void

LauncherDialogEvent() 공개 메소드

public LauncherDialogEvent ( nsIHelperAppLauncher aLauncher, nsISupports aWindowContext, uint aReason ) : System
aLauncher nsIHelperAppLauncher
aWindowContext nsISupports
aReason uint
리턴 System

Navigate() 공개 메소드

public Navigate ( string Url ) : void
Url string
리턴 void