Implemented initial version for popping out window for rendering and compose pages
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System;
|
||||
|
||||
namespace Wino.Mail.WinUI.Models;
|
||||
|
||||
public sealed class PopOutRequestedEventArgs : EventArgs
|
||||
{
|
||||
public static PopOutRequestedEventArgs Default { get; } = new();
|
||||
}
|
||||
Reference in New Issue
Block a user