예제 #1
0
파일: UObject.cs 프로젝트: OCEAN623/USharp
 public void StopAllInvokers()
 {
     Invoker.StopAllInvokers(this);
 }