Timer lock work done
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public interface IUserInteraction
|
||||
{
|
||||
event EventHandler<UserInteractedEventArgs>? UserInteracted;
|
||||
|
||||
void Stop();
|
||||
|
||||
void Start();
|
||||
}
|
||||
Reference in New Issue
Block a user