Files
TheXamlGuy/UI/UI/IParameter.cs
T
2022-11-01 15:26:08 +00:00

6 lines
85 B
C#

namespace TheXamlGuy.UI;
public interface IParameter
{
string? Key { get; }
}