mirror of
https://gitlab.com/nullmax17/PlombirLauncher.git
synced 2025-03-15 02:11:11 +03:00
8 lines
140 B
C#
8 lines
140 B
C#
|
using CommunityToolkit.Mvvm.ComponentModel;
|
|||
|
|
|||
|
namespace LauncherGUI.ViewModels;
|
|||
|
|
|||
|
public class ViewModelBase : ObservableObject
|
|||
|
{
|
|||
|
}
|