6 lines
85 B
C#
6 lines
85 B
C#
namespace TheXamlGuy.UI;
|
|
|
|
public interface IParameter
|
|
{
|
|
string? Key { get; }
|
|
} |