コード例 #1
0
ファイル: ThreadedHost.cs プロジェクト: rambo-long/lua-tilde
 public void AddWatch(string expr, int watchid)
 {
     Invoke(new MethodInvoker(delegate() { mRealHost.AddWatch(expr, watchid); }));
 }