This commit is contained in:
xyy
2026-03-25 21:34:41 +08:00
parent 01a07f8811
commit dd0bd405ee
11 changed files with 555 additions and 4 deletions

View File

@@ -1,10 +1,11 @@
using MembranePoreTester.Communication;
using CommunityToolkit.Mvvm.ComponentModel;
using MembranePoreTester.Communication;
using System.ComponentModel;
using System.Runtime.CompilerServices;
namespace MembranePoreTester.ViewModels
{
public class ViewModelBase : INotifyPropertyChanged
public class ViewModelBase : ObservableObject
{
public event PropertyChangedEventHandler PropertyChanged;