mirror of
https://github.com/eliasstepanik/AutoProxy.git
synced 2026-01-10 05:08:33 +00:00
6 lines
90 B
C#
6 lines
90 B
C#
namespace DDNSUpdater.Interfaces;
|
|
|
|
public interface ITimerService
|
|
{
|
|
Task Start();
|
|
} |