Ejemplo n.º 1
0
        /// <summary>
        /// Save the current ban list to a file.
        /// </summary>

        public void SaveBanList()
        {
            Tools.SaveList(string.IsNullOrEmpty(rootDirectory) ? banFilePath : Path.Combine(rootDirectory, banFilePath), mBan);
        }