コード例 #1
0
        public CodeSeeker(string Input, ICodes codes, INodesCollection mf)
        {
            input    = BullshitCleaner(Input);
            _matches = new StringBuilder("");
            Codes    = codes;
            this.mf  = mf;

            IsFederalSearch = false;
            IsPZZSearch     = false;
            IsMainSearch    = false;
        }
コード例 #2
0
 public TypeAndKind(ICodes codes)
 {
     this.codes = codes;
     cutter     = "";
 }