Ejemplo n.º 1
0
 /// <summary>
 /// Update the settings for this manager
 /// </summary>
 /// <param name="settings">The object with the new settings</param>
 public void changeSettings(JsUndoableSettings settings)
 {
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Init the undo mananger with the specific settings
 /// </summary>
 /// <param name="settings">The object with the new settings</param>
 public UndoManager(JsUndoableSettings settings)
 {
 }