mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-17 10:09:24 +00:00

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; }
|
|
}
|
|
}
|