Ejemplo n.º 1
0
 public string PrintType(Style style, TargetType type)
 {
     check_alive();
     return(servant.PrintType(style, type));
 }