Files
MRCC/launcher/PCL-CE/PCL.Core/UI/IconModel.cs
T

6 lines
109 B
C#
Raw Normal View History

using System.Windows;
namespace PCL.Core.UI;
public record IconModel(string Name, UIElement? XamlContent);