8 lines
110 B
C#
8 lines
110 B
C#
namespace Oqtane.Skins
|
|
{
|
|
public interface IContainerControl
|
|
{
|
|
string Name { get; }
|
|
}
|
|
}
|