Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
remove uneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
Dyvinia committed May 22, 2022
1 parent ed60d91 commit aaa9afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dialogs/MessageBoxDialog.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public enum DialogSound {
/// </summary>
public partial class MessageBoxDialog : Window {

public MessageBoxResult result = MessageBoxResult.Cancel;
public MessageBoxResult result;

public MessageBoxDialog(string message, string title, MessageBoxButton buttons, DialogSound sound) {
InitializeComponent();
Expand Down

0 comments on commit aaa9afc

Please sign in to comment.