Example #1
0
 public static String getQuestion_Actions()
 {
     Forum.Users.TopicController t = new Forum.Users.TopicController();
     aAction[] arrActions = new aAction[] { t.NewQ };
     return getActionStr( arrActions );
 }
 public static String getQuestion_Actions()
 {
     Forum.Users.TopicController t = new Forum.Users.TopicController();
     aAction[] arrActions          = new aAction[] { t.NewQ };
     return(getActionStr(arrActions));
 }
Example #3
0
 public static String getTopicNew_Actions()
 {
     Forum.Users.TopicController t = new Forum.Users.TopicController();
     aAction[] arrActions = new aAction[] { t.NewTopic, t.Create };
     return getActionStr( arrActions );
 }
 public static String getTopicNew_Actions()
 {
     Forum.Users.TopicController t = new Forum.Users.TopicController();
     aAction[] arrActions          = new aAction[] { t.NewTopic, t.Create };
     return(getActionStr(arrActions));
 }