mirror of
https://github.com/AlexMacocian/WpfExtended.git
synced 2026-07-25 08:22:08 +00:00
8 lines
154 B
C#
8 lines
154 B
C#
using System;
|
|
|
|
namespace WpfExtended.Blazor.Launch;
|
|
|
|
public sealed record BlazorLaunchProperties(Type AppType, string HostPage, bool ShowTitleBar)
|
|
{
|
|
}
|