Stuff for tunesync
This commit is contained in:
@@ -7,4 +7,4 @@ public class DispatcherTimerFactory :
|
||||
{
|
||||
public IDispatcherTimer Create(Action actionDelegate, TimeSpan interval) =>
|
||||
new DispatcherTimer(actionDelegate, interval);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user