Files

8 lines
154 B
C#

using System;
namespace WpfExtended.Blazor.Launch;
public sealed record BlazorLaunchProperties(Type AppType, string HostPage, bool ShowTitleBar)
{
}