mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-18 18:44:23 +00:00
8 lines
110 B
C#
8 lines
110 B
C#
namespace Oqtane.Skins
|
|
{
|
|
public interface IContainerControl
|
|
{
|
|
string Name { get; }
|
|
}
|
|
}
|