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