We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b11f6 commit 45e5445Copy full SHA for 45e5445
README.md
@@ -102,7 +102,8 @@ public partial class TreeViewSearchForm : MetroForm
102
TreeViewAdvFindReplaceDialog dialog = null;
103
//Initialize the TreeViewAdv
104
private TreeViewAdv TreeView;
105
- //To pass the TreeviewAdv argument to the form.
+
106
+ //To pass the TreeviewAdv argument to the form.
107
public TreeViewSearchForm(TreeViewAdv tree)
108
{
109
InitializeComponent();
0 commit comments