9 lines
167 B
C#
9 lines
167 B
C#
namespace Oqtane.Themes
|
|
{
|
|
public interface ILayoutControl
|
|
{
|
|
string Panes { get; } // identifies all panes in a theme ( delimited by ";" )
|
|
|
|
}
|
|
}
|