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