Skip to content

Commit

Permalink
Implement MessageOpened method #2205
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed Dec 20, 2024
1 parent bdf5358 commit d69457d
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 48 deletions.
2 changes: 1 addition & 1 deletion Analogy.CommonControls/Forms/FormMessageDetails.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public partial class FormMessageDetails : XtraForm
{
private IUserSettingsManager Settings { get; }
private static Guid WindowID { get; } = new Guid("12DB3C13-5BB8-4724-ADBA-A83F98539278");
public FormMessageDetails()
private FormMessageDetails()
{
InitializeComponent();
}
Expand Down
Loading

0 comments on commit d69457d

Please sign in to comment.