From c2b61e8a47af779c17a91fe9b3f75e85018bc00a Mon Sep 17 00:00:00 2001 From: Elias Fierke Date: Thu, 3 Jul 2025 11:07:18 +0200 Subject: [PATCH] [fix:] MessageBox was not partial but defined twice (where?) --- MessageBox.axaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MessageBox.axaml.cs b/MessageBox.axaml.cs index 98faac6..d7a17a3 100644 --- a/MessageBox.axaml.cs +++ b/MessageBox.axaml.cs @@ -5,7 +5,7 @@ using Avalonia.Markup.Xaml; namespace Logof_Client; -public class MessageBox : Window +public partial class MessageBox : Window { public MessageBox() {