Exemplo n.º 1
0
        public void OnClickManual()
        {
            Logger.Debug("OnClick Manual");

            if (IsExecuting)
            {
                return;
            }
            IsExecuting = true;
            try
            {
                SongNamesModifier.ModifySongCoreStore(JSConfig.Instance.GetViewType(), true);

                ManualButton.SetButtonText("Complete");
            }
            catch (Exception ex)
            {
                Logger.Debug(ex);
            }
        }