Skip to content

Commit

Permalink
Update BrotherPrinterDocument.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mass10 committed Aug 10, 2023
1 parent 474c0e9 commit a9d1cb9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions BrotherPrinterDocument.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,14 @@ public void Close()
{
// まとめて印刷した方がパフォーマンスが向上します。
// this._document.EndPrint();

this._document.Close();
Console.WriteLine("[DEBUG] プリンターオブジェクトが解放されました。");

// Console.WriteLine("[DEBUG] プリンターオブジェクトが解放されました。");
}

/// <summary>
/// リソースを解放します。
/// リソースを解放します。IDisposable の実装です。
/// </summary>
public void Dispose()
{
Expand Down

0 comments on commit a9d1cb9

Please sign in to comment.