This commit is contained in:
Никита Потапов 2024-10-07 13:20:18 +04:00
parent bc43cb1957
commit 976c74f4ac

View File

@ -97,7 +97,7 @@ namespace Components
catch (Exception ex)
{
obj = null;
Console.WriteLine("Error with cleanup COM object: " + ex.ToString());
Console.WriteLine("Error releasing object: " + ex.ToString());
}
finally
{