Exemplo n.º 1
0
 public void AddWatch(string expr, int watchid)
 {
     Invoke(new MethodInvoker(delegate() { mRealHost.AddWatch(expr, watchid); }));
 }