Claymore.TalkCleanupWikiBot.DeletionReview.DeletionReview C# (CSharp) Method

DeletionReview() public method

public DeletionReview ( ) : System
return System
        public DeletionReview()
        {
            _language = "ru";
            _cacheDir = "Cache\\" + _language + "\\DeletionReview\\";
            Directory.CreateDirectory(_cacheDir);
            _results = new string[] { "Итог", "Автоматический итог" };
        }