Code clean

This commit is contained in:
2dust
2026-07-24 16:57:19 +08:00
parent 0427037638
commit cd77f1d882
6 changed files with 6 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ namespace ServiceLib.ViewModels;
public class ProfilesSelectViewModel : MyReactiveObject, ICloseable
{
public event EventHandler? RequestClose;
public Interaction<Unit, Unit> ProfilesFocusInteraction { get; } = new();
#region private prop