Files
Wino-Mail/Wino.Mail.WinUI/Interfaces/ICalendarReminderServer.cs
T
2026-02-11 01:49:29 +01:00

9 lines
138 B
C#

using System.Threading.Tasks;
namespace Wino.Mail.WinUI.Interfaces;
public interface ICalendarReminderServer
{
Task StartAsync();
}