Example #1
0
 private void TreeAddExistingFile()
 {
     fileActions.AddExistingFile(Tree.SelectedPath);
 }
Example #2
0
 private void TreeAddExistingFile(object sender, EventArgs e)
 {
     fileActions.AddExistingFile(pluginUI.Tree.SelectedPath);
 }