Skybound.Gecko.LauncherDialogEvent.LauncherDialogEvent C# (CSharp) Méthode

LauncherDialogEvent() public méthode

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