public static string AppendError(this IComment comment, string text) { var str = "formated error"; return(comment.Append(text, str) + "\r\n"); }
public static string AppendCopyright(this IComment comment, string text) { return(comment.Append(text, "\r\n * formated by Mondol.AutoResponder \r\n *\r\n * email: [email protected]\r\n * home: http://mondol.info\r\n")); }