Dwsim / data /DWSIM.Interfaces /IDynamicsEventSet.vb
introvoyz041's picture
Migrated from GitHub
b1b3bae verified
Public Interface IDynamicsEventSet
Property ID As String
Property Description As String
Property Events As Dictionary(Of String, IDynamicsEvent)
End Interface