mirror of
https://github.com/kaerys08/Pixerys-Tool.git
synced 2025-06-18 16:55:44 -04:00
10 lines
146 B
C#
10 lines
146 B
C#
|
|
using CommunityToolkit.Mvvm.ComponentModel;
|
|
|
|
namespace Pixerys.ViewModels
|
|
{
|
|
internal class ViewModelBase : ObservableObject
|
|
{
|
|
}
|
|
}
|