Catel.ThemeHelper.EnsureCatelMvvmThemeIsLoaded C# (CSharp) Method

EnsureCatelMvvmThemeIsLoaded() public static method

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