constructor for creating a blank Document without an associated DataFormat or Accessor
This commit is contained in:
parent
dca1c130ff
commit
4784086ffb
@ -108,6 +108,10 @@ namespace UniversalEditor
|
||||
OnSaved(EventArgs.Empty);
|
||||
}
|
||||
|
||||
public Document(ObjectModel objectModel, string title) : this(objectModel, null, null)
|
||||
{
|
||||
Title = title;
|
||||
}
|
||||
public Document(ObjectModel objectModel, DataFormat dataFormat) : this(objectModel, dataFormat, null)
|
||||
{
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user