예제 #1
0
 public SysOp(BBS bbs, DataInterface dataInterface)
 {
     _bbs           = bbs;
     _dataInterface = dataInterface;
     Userid         = _bbs.CurrentUser.UserId;
     Columns        = _bbs.TerminalType.Columns();
 }
예제 #2
0
 public PFiles(BBS bbs, DataInterface dataInterface)
 {
     _bbs                = bbs;
     _dataInterface      = dataInterface;
     Current_Pfile_Area  = -1;
     Current_Parent_Area = -1;
     _bbs.SendFileForTermType("pfile_entry_root", false);
     CMD_List();
 }
예제 #3
0
파일: News.cs 프로젝트: StuartSeeley/SixNet
 public News(BBS bbs, DataInterface dataInterface)
 {
     _bbs           = bbs;
     _dataInterface = dataInterface;
 }
예제 #4
0
 public Login(BBS bbs, DataInterface dataInterface)
 {
     _bbs           = bbs;
     _dataInterface = dataInterface;
 }
예제 #5
0
 public TermDetect(BBS bbs)
 {
     Host_System = bbs;
 }