Skip to content

Commit

Permalink
Update WPF.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
IGvaleries authored Oct 25, 2024
1 parent 7020863 commit b0fd9bd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public class PropertyEditorInitAggregationsOnViewInit
{

//begin eventHandler
//WPF: System.Action
public void PropertyEditorInitAggregationsOnViewInit()
{
var editor = CodeGenHelper.GetDescription<XamPropertyEditorPanel>("editor");
Expand Down Expand Up @@ -63,4 +64,4 @@ public void EditorChangeUpdateGroupSorts(object sender, PropertyEditorPropertyDe
chart.GroupSorts = groupSortsVal;
}
//end eventHandler
}
}

0 comments on commit b0fd9bd

Please sign in to comment.