Intermediary

This commit is contained in:
Pieter Vander Vennet 2020-07-20 13:28:45 +02:00
parent 5c9fb293e9
commit dcf5d24002
10 changed files with 140 additions and 608 deletions

View file

@ -5,4 +5,6 @@ export abstract class UIInputElement<T> extends UIElement{
abstract GetValue() : UIEventSource<T>;
}