AcManager.Controls.Helpers.CefSharpResolverService.CefSharpResolverService C# (CSharp) Метод

CefSharpResolverService() статический приватный Метод

static private CefSharpResolverService ( ) : System
Результат System
        static CefSharpResolverService() {
            Dependencies = new[] {
                "cefsharp",
                "cefsharp.core",
                "cefsharp.wpf"
            };

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