Move CueGrid and SelectedCueGrid to own class

This commit is contained in:
2020-09-10 19:25:18 -05:00
parent f47c625e59
commit 3d61619081
4 changed files with 237 additions and 66 deletions
@@ -27,7 +27,7 @@ namespace qController.ViewModels
{
foreach (var property in args.properties)
{
if (property.Equals(QOSCKey.Name))
if (property.Equals(QOSCKey.Name) || property.Equals(QOSCKey.ListName))
{
OnPropertyChanged("name");
}