예제 #1
0
파일: Thread.cs 프로젝트: baulig/debugger
 public string PrintType(Style style, TargetType type)
 {
     check_alive ();
     return servant.PrintType (style, type);
 }
예제 #2
0
파일: Thread.cs 프로젝트: baulig/debugger
 public string PrintObject(Style style, TargetObject obj, DisplayFormat format)
 {
     check_alive ();
     return servant.PrintObject (style, obj, format);
 }