示例#1
0
 protected EditorSettings(IEditorSettingsStorage storage)
 {
     Storage         = storage;
     WritableStorage = storage as IWritableEditorSettingsStorage;
 }
示例#2
0
 public RMarkdownEditorSettings(IWritableEditorSettingsStorage storage) : base(storage)
 {
 }