Exemplo n.º 1
0
 public static String getReply_Actions()
 {
     Forum.Users.PostController p = new Forum.Users.PostController();
     aActionWithId[] arrActions = new aActionWithId[] { p.ReplyPost, p.QuotePost, p.ReplyTopic, p.QuoteTopic };
     return getActionStr( arrActions );
 }
 public static String getReply_Actions()
 {
     Forum.Users.PostController p          = new Forum.Users.PostController();
     aActionWithId[]            arrActions = new aActionWithId[] { p.ReplyPost, p.QuotePost, p.ReplyTopic, p.QuoteTopic };
     return(getActionStr(arrActions));
 }