UI visuals for mail calendar items, calendar reminders.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Wino.Mail.WinUI.Interfaces;
|
||||
|
||||
public interface ICalendarReminderServer
|
||||
{
|
||||
Task StartAsync();
|
||||
}
|
||||
Reference in New Issue
Block a user