More work on MC visuals

This commit is contained in:
TheXamlGuy
2024-02-03 21:47:32 +00:00
parent dfa12cf9f1
commit 0191080e14
15 changed files with 111 additions and 33 deletions
@@ -7,7 +7,8 @@ public interface IMediaButtonViewModel :
{
IRelayCommand? InvokeCommand { get; set; }
bool IsEnabled { get; set; }
string? Button { get; set; }
string? State { get; set; }
}