public void removeAllActionsWithTarget(IWebUndoTarget target)
 {
 }
Пример #2
0
 public void removeAllActionsWithTarget(IWebUndoTarget target)
 {
     //owner.WebView.undoManager().removeAllActionsWithTarget(target);
 }
 public void registerUndoWithTarget(IWebUndoTarget target, string actionName, object actionArg)
 {
 }
Пример #4
0
 public void registerUndoWithTarget(IWebUndoTarget target, string actionName, object actionArg)
 {
     //owner.WebView.undoManager().registerUndoWithTarget(target, 0, actionArg);
 }
Пример #5
0
 public void removeAllActionsWithTarget(IWebUndoTarget target)
 {
 }
Пример #6
0
 public void registerUndoWithTarget(IWebUndoTarget target, string actionName, object actionArg)
 {
 }
Пример #7
0
 public void removeAllActionsWithTarget(IWebUndoTarget target)
 {
     //owner.WebView.undoManager().removeAllActionsWithTarget(target);
 }
Пример #8
0
 public void registerUndoWithTarget(IWebUndoTarget target, string actionName, object actionArg)
 {
     //owner.WebView.undoManager().registerUndoWithTarget(target, 0, actionArg);
 }