摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;using System.Collections;namespace ConsoleApplication1{ //这是用来保存信息的数据结构,将作为参数被传递 public class SomeState { public int Cookie; public SomeState(int iCookie) { ... 阅读全文
posted @ 2013-10-03 16:29
kernel_main
阅读(266)
评论(0)
推荐(0)
浙公网安备 33010602011771号