Logo
Explore Help
Register Sign In
javier/Wino-Mail
1
0
Fork 0
You've already forked Wino-Mail
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
979a3d8f1f65f154239a449f0ab0f893088742ba
Wino-Mail/Wino.Core.Domain/Interfaces/IAccountCreationDialog.cs

13 lines
321 B
C#
Raw Normal View History

Canceling authentication and Outlook improvements (#367) * Cancellation support for getting responses from the server. * Adding cancel button for account creation dialog initialization. * Prevent invalid outlook message types like contact, calendar event or todo item. * Remove debug launcher options.
2024-09-13 02:51:37 +02:00
using System.Threading;
using Wino.Core.Domain.Enums;
Initial commit.
2024-04-18 01:44:37 +02:00
namespace Wino.Core.Domain.Interfaces
{
public interface IAccountCreationDialog
{
Canceling authentication and Outlook improvements (#367) * Cancellation support for getting responses from the server. * Adding cancel button for account creation dialog initialization. * Prevent invalid outlook message types like contact, calendar event or todo item. * Remove debug launcher options.
2024-09-13 02:51:37 +02:00
void ShowDialog(CancellationTokenSource cancellationTokenSource);
void Complete(bool cancel);
Initial commit.
2024-04-18 01:44:37 +02:00
AccountCreationDialogState State { get; set; }
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 28ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API