Esempio n. 1
0
 public string PrintType(Style style, TargetType type)
 {
     check_alive ();
     return servant.PrintType (style, type);
 }
Esempio n. 2
0
 public string PrintObject(Style style, TargetObject obj, DisplayFormat format)
 {
     check_alive ();
     return servant.PrintObject (style, obj, format);
 }