mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
resolves #180 - Add IHasBasicTrilist
This commit is contained in:
parent
55d8e6f205
commit
a02bf37c3c
1 changed files with 5 additions and 0 deletions
|
|
@ -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; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue