Example #1
0
        public override bool SaveOptions()
        {
            if (!IsOptionsChanged())
            {
                return(false);
            }

            oldCustomPacList[0] = rtboxWhiteList.Text;
            oldCustomPacList[1] = rtboxBlackList.Text;

            setting.SaveCustomPacSetting(oldCustomPacList);
            return(true);
        }