Fix TYTDClient for blazor
This commit is contained in:
parent
e1046c33b5
commit
15cf9a6606
|
@ -0,0 +1,13 @@
|
||||||
|
using System;
|
||||||
|
|
||||||
|
namespace Tesses.YouTubeDownloader
|
||||||
|
{
|
||||||
|
public interface IBlazorContext
|
||||||
|
{
|
||||||
|
public void StartEvents(Action<string> evt);
|
||||||
|
|
||||||
|
public void StopEvents();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue