You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In ThemeManager the method SetTheme is obsolete and has to be removed in V100
/// <summary>/// Sets the theme./// </summary>/// <param name="themeName">Name of the theme.</param>/// <param name="manager">The manager.</param>[Obsolete("Deprecated and will be removed in V100. Replace this with calls to ApplyTheme( . . . )")]publicstaticvoidSetTheme(stringthemeName,KryptonManagermanager)=>//TODO V100 Remove SetTheme methodApplyGlobalTheme(manager,GetThemeManagerMode(themeName));
The text was updated successfully, but these errors were encountered:
Please have a look the search results for 'Obsolete' and respond with what can be taken out.
After that this call can be altered to take them out all at once.
Describe the bug
In ThemeManager the method SetTheme is obsolete and has to be removed in V100
The text was updated successfully, but these errors were encountered: