mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Can now add new items to project.
This commit is contained in:
@ -8,7 +8,7 @@ namespace RainmeterStudio.Core.Model
|
||||
{
|
||||
public interface IDocument : INotifyPropertyChanged
|
||||
{
|
||||
Reference Reference { get; }
|
||||
Reference Reference { get; set; }
|
||||
bool IsDirty { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user