Version 3.0.255

This commit is contained in:
Oliver Hauff 2021-11-07 19:42:59 +01:00
parent db9c288584
commit 5a26bf273b
1495 changed files with 159465 additions and 5060 deletions

View file

@ -15,6 +15,9 @@ namespace TINK.Model.State
/// <param name="p_eValue">State value.</param>
protected BaseState(InUseStateEnum p_eValue) {}
/// <summary>
/// Holds the state value.
/// </summary>
public abstract InUseStateEnum Value { get; }
}
}

View file

@ -28,7 +28,7 @@ namespace TINK.Model.State
/// </summary>
public class StateInfo : IStateInfo
{
// Holds the current disposable state value
// Holds the current disposable state value.
private readonly BaseState m_oInUseState;
/// <summary>