Artemis.Modules.Effects.ProfilePreview.ProfilePreviewModel.Enable C# (CSharp) Method

Enable() public method

public Enable ( ) : void
return void
        public override void Enable()
        {
            Initialized = true;
        }