Esempio 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)
 {
 }
Esempio 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)
 {
 }