예제 #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;
 }