Example #1
0
 public void Clear()
 {
     treeView.Clear();
     if (listView != null)
     {
         listView.Items.Clear();
     }
     if (textEditor != null)
     {
         textEditorFileName = null;
         textEditor.Text    = String.Empty;
     }
 }