示例#1
0
 public static string Quote(ThreadPostMetadata post)
 {
     return(ThreadReplyTask.Quote(post));
 }
示例#2
0
 public static Uri Edit(ThreadPostMetadata post, string text)
 {
     return(ThreadReplyTask.Edit(post, text));
 }
示例#3
0
 public static Uri Reply(ThreadMetadata data, string message)
 {
     return(ThreadReplyTask.Reply(data, message));
 }
示例#4
0
 public static string FetchEditText(ThreadPostMetadata post)
 {
     return(ThreadReplyTask.FetchEditText(post));
 }