Exemple #1
0
    /// <summary>
    /// Get the current theme.
    /// </summary>
    public string GetActiveTheme()
    {
        if (elias.Handle == IntPtr.Zero)
        {
            return("");
        }

        return(elias.GetActiveTheme());
    }
Exemple #2
0
 /// <summary>
 /// Get the current theme.
 /// </summary>
 public string GetActiveTheme()
 {
     return(elias.GetActiveTheme());
 }