WIP
This commit is contained in:
parent
e58e7782e2
commit
6d5178bf43
16 changed files with 1209 additions and 34 deletions
11
Yavsc/Interfaces/IFormNode.cs
Normal file
11
Yavsc/Interfaces/IFormNode.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
namespace Yavsc.Interfaces
|
||||
{
|
||||
public interface IFormNode
|
||||
{
|
||||
|
||||
T GetControl<T>();
|
||||
bool IsUIControl { get; }
|
||||
bool IsInputControl { get; }
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue