
To better align with commonly used terminology in industry renamed all references from Skin -> Theme.
8 lines
111 B
C#
8 lines
111 B
C#
namespace Oqtane.Themes
|
|
{
|
|
public interface IContainerControl
|
|
{
|
|
string Name { get; }
|
|
}
|
|
}
|