mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Refactor] Use collection expressions.
This commit is contained in:
@@ -50,7 +50,7 @@ public sealed class EncodingsViewModel : ViewModelBase
|
||||
public EncodingsViewModel(Encodings view)
|
||||
{
|
||||
_view = view;
|
||||
Encodings = new ObservableCollection<EncodingModel>();
|
||||
Encodings = [];
|
||||
CloseCommand = ReactiveCommand.Create(ExecuteCloseCommand);
|
||||
|
||||
Task.Run(() =>
|
||||
|
||||
Reference in New Issue
Block a user