11 lines
226 B
C#
11 lines
226 B
C#
namespace Wino.Mail.WinUI.Models;
|
|
|
|
public sealed record HostedPopoutDescriptor(
|
|
string WindowName,
|
|
string Title,
|
|
double Width,
|
|
double Height,
|
|
double MinWidth,
|
|
double MinHeight,
|
|
string ContentKind);
|