mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-21 08:04:26 +08:00
8 lines
148 B
C#
8 lines
148 B
C#
|
|
using CommunityToolkit.Mvvm.ComponentModel;
|
|||
|
|
|
|||
|
|
namespace LanMontainDesktop.ViewModels;
|
|||
|
|
|
|||
|
|
public abstract class ViewModelBase : ObservableObject
|
|||
|
|
{
|
|||
|
|
}
|