示例#1
0
        public FollowStream(List <string> message)
        {
            FlowStatistics = new FlowStatistics(message);
            //FollowSccpStream(totalMessge);.OrderBy(e=>e.PacketNum)

            //FollowSccpStream(totalMessge);
        }
        public FollowStream(List<string> message)
        {
            FlowStatistics = new FlowStatistics(message);
            //FollowSccpStream(totalMessge);.OrderBy(e=>e.PacketNum)

            //FollowSccpStream(totalMessge);
        }
示例#3
0
        static void Main(string[] args)
        {
            Console.Write("是否初始化数据库?");
            string inittable = Console.ReadLine();
            if (inittable == "y")
            {
                Console.WriteLine(inittable);
                InitTable();
            }
            FlowStatistics.FlowStatics();


        }
示例#4
0
 public FollowStream()
 {
     FlowStatistics = new FlowStatistics();
 }
 public FollowStream()
 {
     FlowStatistics = new FlowStatistics();
 }