Files

11 lines
226 B
C#
Raw Permalink Normal View History

namespace Wino.Mail.WinUI.Models;
public sealed record HostedPopoutDescriptor(
string WindowName,
string Title,
double Width,
double Height,
double MinWidth,
double MinHeight,
string ContentKind);