Skip to content

Commit

Permalink
Update MainWindowViewModel.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Jan 26, 2025
1 parent 84f0336 commit 2bd3336
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,10 @@ public MainWindowViewModel()
[Reactive]
public partial ObservableCollection<ItemViewModel>? Items { get; set; }


[Reactive] internal partial string MyString { get; set; }

[Reactive] public partial bool FocusFlag { get; set; }

public IObservable<int> Values { get; }

public ICommand InitializeCommand { get; set; }
Expand Down

0 comments on commit 2bd3336

Please # to comment.