Skybound.Gecko.LauncherDialogEvent.LauncherDialogEvent C# (CSharp) Method

LauncherDialogEvent() public method

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