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