Пример #1
0
 public void feeds(IExtractor obj)
 {
     Dictionary<string, List<KeyValuePair<string, List<string>>>> temp = obj.ExtractIP();
     BlackListFull.Add(temp);
 }
Пример #2
0
        public void feeds(IExtractor obj)
        {
            Dictionary <string, List <KeyValuePair <string, List <string> > > > temp = obj.ExtractIP();

            BlackListFull.Add(temp);
        }