AutoSharpporting.AutoLevel.Enabled C# (CSharp) Method

Enabled() public static method

Sets if this instance is enabled or not according to the b.
public static Enabled ( bool b ) : void
b bool if set to true [b].
return void
        public static void Enabled(bool b)
        {
            enabled = b;
        }