Skip to content

Commit

Permalink
Added Reset Layout button
Browse files Browse the repository at this point in the history
  • Loading branch information
rappen committed Jul 5, 2022
1 parent be51086 commit ce94f68
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 57 deletions.
2 changes: 1 addition & 1 deletion FetchXmlBuilder/Controls/FetchXmlElementControlBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public void InitializeFXB(Dictionary<string, string> collection, FetchXmlBuilder

protected FetchXmlBuilder fxb { get; set; }

protected TreeNode Node { get; set; }
internal TreeNode Node { get; set; }

protected TreeBuilderControl Tree { get; set; }

Expand Down
Loading

0 comments on commit ce94f68

Please sign in to comment.