- .NET API: Added finalizer to ControlObject (#459)

pull/461/head
Michael Zillgith 2 years ago
parent 30fec0a79f
commit d0e0dc22e9

@ -775,7 +775,10 @@ namespace IEC61850
Dispose (true);
}
~ControlObject()
{
Dispose (false);
}
}
}

Loading…
Cancel
Save