Atmo.UI.DevEx.MainForm.HandleAWSetup C# (CSharp) Method

HandleAWSetup() private method

private HandleAWSetup ( ) : void
return void
        private void HandleAWSetup()
        {
            if (AppContext.PersistentState.PawEnabled)
            {
                StartAwekas();
            }
            else
            {
                CancelAwekas("Not enabled.");
            }
        }
MainForm