示例#1
0
文件: MsgTick.cs 项目: heber/FreeOQ
		public MsgTick() : base(1000)
		{
			this.Data = new Tick();
		}
示例#2
0
 public TickEventArgs(Tick tick)
 {
     this.Tick = tick;
 }
示例#3
0
文件: MsgTick.cs 项目: heber/FreeOQ
		public MsgTick(Tick tick) : base(1000)
		{
			this.Data = tick;
		}
示例#4
0
 public TickEventArgs(Tick tick)
 {
     this.Tick = tick;
 }