示例#1
0
 public TerminalFactory(string path)
 {
     this.path = path ?? SessionDao.DefaultPath(Name);
 }