Change Skin -> Theme
To better align with commonly used terminology in industry renamed all references from Skin -> Theme.
This commit is contained in:
7
Oqtane.Client/Themes/IContainerControl.cs
Normal file
7
Oqtane.Client/Themes/IContainerControl.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace Oqtane.Themes
|
||||
{
|
||||
public interface IContainerControl
|
||||
{
|
||||
string Name { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user