Beispiel #1
0
 private void TreeAddNewClass(object sender, EventArgs e)
 {
     fileActions.AddClass(Project, pluginUI.Tree.SelectedPath);
 }