Диспоз работает

This commit is contained in:
2025-02-23 10:32:31 +03:00
parent ae4979c9f9
commit b8d8162476
4 changed files with 29 additions and 7 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
using System;
using System.Security.Cryptography;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Example.Shared;
@@ -22,7 +24,7 @@ namespace Example.Backend
public void Dispose()
{
Console.WriteLine("Dispose printer with name {0}", Name);
Console.WriteLine("Dispose printer with name {0}, Dispose works, Dispose works, Dispose works, Dispose works,", Name);
}
}
}