示例#1
0
        static void Main(string[] args)
        {
            PaylodList <AA> dd = new PaylodList <AA>();

            dd.ToBytes();
            Console.Read();
        }