9 lines
200 B
C#
Raw Permalink Normal View History

2025-02-21 13:13:35 +03:00
using CommunityToolkit.Mvvm.ComponentModel;
namespace LauncherGUI.ViewModels;
public class ViewModelBase : ObservableObject
{
// I save launcher data mostly in MainWindowViewModel.
2025-02-21 13:13:35 +03:00
}