コード例 #1
0
ファイル: UndoRedoStackTests.cs プロジェクト: yarwelp/tooll
 public void Cleanup()
 {
     _undoRedoStack.Dispose();
     _undoRedoStack = null;
 }