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

GeckoStyleSheetService() public méthode

public GeckoStyleSheetService ( ) : System
Résultat System
        public GeckoStyleSheetService()
        {
            StyleSheetService = Xpcom.GetService<nsIStyleSheetService>("@mozilla.org/content/style-sheet-service;1");
            StyleSheetService = Xpcom.QueryInterface<nsIStyleSheetService>(StyleSheetService);
        }