Skip to content

Commit

Permalink
bug+
Browse files Browse the repository at this point in the history
  • Loading branch information
HeBianGu committed Jan 31, 2024
1 parent f1908e3 commit f0cbdea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Source/Controls/H.Controls.Form/Form.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1310,10 +1310,6 @@ protected void RefreshObjectinternal()

public class StaticForm : Form
{
static StaticForm()
{
DefaultStyleKeyProperty.OverrideMetadata(typeof(StaticForm), new FrameworkPropertyMetadata(typeof(StaticForm)));
}
public override void RefreshObject()
{
this.RefreshObjectinternal();
Expand Down

0 comments on commit f0cbdea

Please sign in to comment.