10 lines
140 B
C#
10 lines
140 B
C#
namespace TheXamlGuy.TaskbarGroup.Core
|
|
{
|
|
public interface IDispatcherTimer
|
|
{
|
|
void Start();
|
|
|
|
void Stop();
|
|
}
|
|
}
|