Files

6 lines
109 B
C#
Raw Permalink Normal View History

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