Exemple #1
0
 public AcmdEditor(string filename, ProjectTree parent)
 {
     InitializeComponent();
     OpenFile(filename);
     parentProject = parent;
 }
Exemple #2
0
 public WorkspaceManager(ProjectTree tree)
 {
     Projects = new SortedList <string, Project>();
     Tree     = tree;
 }