mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-13 19:54:59 +00:00
docs: add missing XML comments for Mobile Control Project
This commit is contained in:
@@ -7,8 +7,15 @@ namespace PepperDash.Essentials.Touchpanel
|
||||
/// </summary>
|
||||
public interface ITheme : IKeyed
|
||||
{
|
||||
/// <summary>
|
||||
/// Current theme
|
||||
/// </summary>
|
||||
string Theme { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Set the theme with the given value
|
||||
/// </summary>
|
||||
/// <param name="theme">The theme to set</param>
|
||||
void UpdateTheme(string theme);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user