示例#1
0
        public Program()
        {
            _sendedList = new ListA("sendedList.txt");
            _sendedList.Clear();
            _list.Add("darkGhost");
            //for (int i = 0; i < 5; i++)
            //    new Client().StartSpammAsync();
            //for (int i = 0; i < 2; i++)
            //{
            //    new Client().StartPopulateAsync();
            //}
            new Client().StartSpamm();

            "end".Trace();
        }
示例#2
0
        public Program()
        {
            _sendedList = new ListA("sendedList.txt");
            _sendedList.Clear();
            _list.Add("darkGhost");
            //for (int i = 0; i < 5; i++)
            //    new Client().StartSpammAsync();
            //for (int i = 0; i < 2; i++)
            //{
            //    new Client().StartPopulateAsync();
            //}
            new Client().StartSpamm();

            "end".Trace();            
        }