Use ReactiveUI.
Sort of fix remove book checkbox column.
This commit is contained in:
parent
5f45d28b9f
commit
6e091230cf
11 changed files with 171 additions and 159 deletions
|
|
@ -1,3 +1,4 @@
|
|||
using Avalonia.Controls;
|
||||
using ReactiveUI;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
|
@ -7,5 +8,6 @@ namespace LibationWinForms.AvaloniaUI.ViewModels
|
|||
{
|
||||
public class ViewModelBase : ReactiveObject
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue