Automatak.Simulator.Commons.LogToFile.ChangeEnabledState C# (CSharp) Method

ChangeEnabledState() private method

private ChangeEnabledState ( bool value ) : void
value bool
return void
        void ChangeEnabledState(bool value)
        {
            this.enabled = value;
        }