예제 #1
0
파일: TestEventBus.cs 프로젝트: Daoting/dt
 public void Push(string p_svcName)
 {
     Kit.RemotePush(new TestEventData(), p_svcName);
 }