This website works better with JavaScript.
Explore
Help
Sign In
RYTEC
/
libiec61850
mirror of
https://github.com/mz-automation/libiec61850.git
Watch
6
Star
0
Fork
You've already forked libiec61850
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
- .NET API: Added finalizer to ControlObject (
#459
)
Browse Source
v1.6_develop_417_rbac2
Michael Zillgith
2 years ago
parent
5c5ceb65b5
commit
fd4fe9ad35
1 changed files
with
4 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
5
dotnet/IEC61850forCSharp/Control.cs
Unescape
Escape
View File
@ -775,7 +775,10 @@ namespace IEC61850
Dispose
(
true
)
;
}
~
ControlObject
(
)
{
Dispose
(
false
)
;
}
}
}
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
RYTEC/libiec61850
Title
Body
Create Issue