mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 04:34:56 +00:00
resolves #180 - Add IHasBasicTrilist
This commit is contained in:
@@ -10,5 +10,10 @@ namespace PepperDash.Essentials.Core
|
|||||||
public interface IHasBasicTriListWithSmartObject
|
public interface IHasBasicTriListWithSmartObject
|
||||||
{
|
{
|
||||||
BasicTriListWithSmartObject Panel { get; }
|
BasicTriListWithSmartObject Panel { get; }
|
||||||
|
}
|
||||||
|
|
||||||
|
public interface IHasBasicTrilist
|
||||||
|
{
|
||||||
|
BasicTriList Panel { get; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user