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