Partially fix work with user color

This commit is contained in:
Evgeny Redikultsev
2022-09-13 22:23:27 +05:00
parent 7a4fd63fc2
commit 6c6327c554
4 changed files with 65 additions and 9 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace FieldVisualizer.ViewModels.FieldViewerViewModels
{
public class FieldViewerViewModel : ViewModelBase
{
}
}