예제 #1
0
파일: Debugger.cs 프로젝트: pashav15/pashav
 public IDebuggerEvent GetEvent(EventInfo evt) => dispatcher.UI(() => FirstAppDomain?.GetEvent(evt));
예제 #2
0
파일: Debugger.cs 프로젝트: pashav15/pashav
 public IDebuggerEvent GetEvent(string modName, string className, string eventName) => dispatcher.UI(() => FirstAppDomain?.GetEvent(modName, className, eventName));