forked from amkovkov/GranuSightSoftware2
refactor: move ui core
move ui core classes into separate project refactor CameraView
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
using CommunityToolkit.Mvvm.ComponentModel;
|
||||
|
||||
namespace GSS2.UI.Core.ViewModels;
|
||||
|
||||
public abstract class ViewModelBase : ObservableObject
|
||||
{ }
|
||||
Reference in New Issue
Block a user