yep
This commit is contained in:
8
Shogi.UI/Shared/Events.cs
Normal file
8
Shogi.UI/Shared/Events.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Shogi.UI.Shared
|
||||
{
|
||||
public static class Events
|
||||
{
|
||||
public delegate Task AsyncEventHandler();
|
||||
public delegate Task AsyncEventHandler<TArgs>(TArgs args);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user