mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-27 13:33:13 +00:00
Nullable
This commit is contained in:
@ -13,8 +13,8 @@ namespace Esiur.Examples.StandaloneWebServerDemo
|
||||
{
|
||||
[Export] int color;
|
||||
[Export] string label = "Hello World";
|
||||
[Export] public event ResourceEventHandler<int> Cleared;
|
||||
[Export] public event ResourceEventHandler<Point> Drawn;
|
||||
[Export] public event ResourceEventHandler<int>? Cleared;
|
||||
[Export] public event ResourceEventHandler<Point>? Drawn;
|
||||
|
||||
[Export] List<List<byte>> points;
|
||||
|
||||
|
Reference in New Issue
Block a user