6 lines
111 B
C#
6 lines
111 B
C#
|
|
namespace CloudPrint.Client.Infrastructure;
|
||
|
|
|
||
|
|
public interface IUiDispatcher
|
||
|
|
{
|
||
|
|
void Invoke(Action action);
|
||
|
|
}
|