예제 #1
0
 public void TestEvent()
 {
     for (int i = 0; i < 5; i++)
     {
         AsyncEvent.ExternalEvent("111", "2222", "3333");
     }
 }