AcManager.Controls.Helpers.CefSharpResolverService.CefSharpResolverService C# (CSharp) Method

CefSharpResolverService() static private method

static private CefSharpResolverService ( ) : System
return System
        static CefSharpResolverService() {
            Dependencies = new[] {
                "cefsharp",
                "cefsharp.core",
                "cefsharp.wpf"
            };

            Resources = new[] {
                "cefsharp.resources",
                "cefsharp.core.resources",
                "cefsharp.wpf.resources"
            };
        }