feat: 初始功能
This commit is contained in:
6
Infrastructure/IUiDispatcher.cs
Normal file
6
Infrastructure/IUiDispatcher.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace CloudPrint.Client.Infrastructure;
|
||||
|
||||
public interface IUiDispatcher
|
||||
{
|
||||
void Invoke(Action action);
|
||||
}
|
||||
Reference in New Issue
Block a user