internal void NewNAntProjectClicked() { NewProjectForm form = new NewProjectForm(); form.NewClicked += CreateNewProject; form.Show(); }