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

@ -65,7 +65,7 @@ namespace LibationWinForms.AvaloniaUI.Views
productsDisplay?.CloseImageDisplay();
}
private async void MainWindow_Opened(object sender, EventArgs e)
private void MainWindow_Opened(object sender, EventArgs e)
{
}