Tweak MessageBox

This commit is contained in:
Michael Bucari-Tovo 2022-07-22 19:20:47 -06:00
parent 07d2c656fc
commit ab731a63af
10 changed files with 14 additions and 14 deletions

View file

@ -191,7 +191,7 @@ namespace LibationWinForms.AvaloniaUI.ViewModels
}
}
private void CounterTimer_Tick(object? state)
private void CounterTimer_Tick(object state)
{
string timeToStr(TimeSpan time)
{