elias e5e1dff331 Added Structure to Code.
Added automatic request of the UpdateURL.
2023-01-31 20:10:12 +01:00

6 lines
90 B
C#

namespace DDNSUpdater.Interfaces;
public interface ITimerService
{
void Start();
}