Example #1
0
        /// <summary>
        /// Called by user.
        /// Should display options for the API.
        /// Can be used for other things.
        /// </summary>
        public void Configure()
        {
            if (_ccapi == null)
            {
                _ccapi = new CCAPI();
            }

            _ccapi.OpenManager();
        }