Can now add new items to project.

This commit is contained in:
2014-08-16 15:40:08 +03:00
parent fb2929e02a
commit 7f525d0d86
10 changed files with 75 additions and 29 deletions

View File

@ -8,7 +8,7 @@ namespace RainmeterStudio.Core.Model
{
public interface IDocument : INotifyPropertyChanged
{
Reference Reference { get; }
Reference Reference { get; set; }
bool IsDirty { get; set; }
}
}