Ejemplo n.º 1
0
 private object BuildForum(List <object> args)  //made changes
 {
     if (!argCheck <string>(args, 0))
     {
         throw new Exception();
     }
     return(_sys.BuildForum(_usr, getArgument <string>(args, 0)));
 }
Ejemplo n.º 2
0
 public override bool BuildForum(string name)
 {
     return _sys.BuildForum(_usr, name);
 }