Incremental prgress.

This commit is contained in:
Michael Bucari-Tovo 2022-07-13 01:14:05 -06:00
parent 6182b2bcee
commit eb49dcfc54
6 changed files with 194 additions and 115 deletions

View file

@ -57,7 +57,6 @@ namespace LibationWinForms.AvaloniaUI.ViewModels
public string ProductRating { get => _productRating; protected set { this.RaiseAndSetIfChanged(ref _productRating, value); } }
public string MyRating { get => _myRating; protected set { this.RaiseAndSetIfChanged(ref _myRating, value); } }
protected bool? _remove = false;
public abstract bool? Remove { get; set; }
public abstract LiberateButtonStatus2 Liberate { get; }