Skybound.Gecko.LauncherDialogEvent.LauncherDialogEvent C# (CSharp) 메소드

LauncherDialogEvent() 공개 메소드

public LauncherDialogEvent ( nsIHelperAppLauncher aLauncher, nsISupports aWindowContext, uint aReason ) : System
aLauncher nsIHelperAppLauncher
aWindowContext nsISupports
aReason uint
리턴 System
        public LauncherDialogEvent(nsIHelperAppLauncher aLauncher, nsISupports aWindowContext, uint aReason)
        {
            HelperAppLauncher = aLauncher;
            WebNavigation = (nsIWebNavigation)aWindowContext;
        }