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
pull/461/head
Michael Zillgith
2 years ago
parent
30fec0a79f
commit
d0e0dc22e9
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
)
;
Dispose
(
true
)
;
}
}
~
ControlObject
(
)
{
Dispose
(
false
)
;
}
}
}
}
}
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
RYTEC/libiec61850
Title
Body
Create Issue