Project panel now updates when a file is added to project tree.

This commit is contained in:
2014-09-07 14:25:39 +03:00
parent 10aa72176e
commit e338ae31ca
2 changed files with 17 additions and 11 deletions

View File

@ -27,7 +27,7 @@ namespace RainmeterStudio.Business
#endregion
#region Callbacks
#region Events
/// <summary>
/// Called when a project is opened or the active project closes.
@ -123,7 +123,10 @@ namespace RainmeterStudio.Business
{
_projectTemplates.Add(template);
}
/// <summary>
/// Gets a list of existing project templates
/// </summary>
public IEnumerable<IProjectTemplate> ProjectTemplates { get { return _projectTemplates; } }
}
}