コード例 #1
0
 public static void AddToUndoStack(IUndoRedoItem item)
 {
     ActiveStack.AddToUndoStack(item);
 }