Catel.ThemeHelper.EnsureCatelMvvmThemeIsLoaded C# (CSharp) 메소드

EnsureCatelMvvmThemeIsLoaded() 공개 정적인 메소드

Ensures that the Catel.MVVM theme is loaded.
public static EnsureCatelMvvmThemeIsLoaded ( ) : void
리턴 void
        public static void EnsureCatelMvvmThemeIsLoaded()
        {
            EnsureThemeIsLoaded(new Uri("/Catel.MVVM;component/themes/generic.xaml", UriKind.RelativeOrAbsolute));
        }