public void Fill(string path) { root = new FileSystemNode { Header = path, NodeName = path, FullPath = path }; root.Fill(); OwnTree.Items.Add(root); }