moved observableobject to util

This commit is contained in:
Sem van der Hoeven
2020-10-14 15:01:13 +02:00
parent c5c74a3d7a
commit 11ebc67c13
11 changed files with 10 additions and 13 deletions

View File

@@ -3,6 +3,7 @@ using ClientApp.Utils;
using GalaSoft.MvvmLight.Command;
using System.Diagnostics;
using System.Windows.Input;
using Util;
namespace ClientApp.ViewModels
{