Example #1
0
 /// <summary>
 /// Method to get active theme
 /// </summary>
 /// <returns>Theme</returns>
 public Theme GetActiveTheme()
 {
     return(_themeService.GetActiveTheme());
 }