예제 #1
0
 public Settings()
 {
     this.includeHeader          = true;
     this.headerFormat           = "Page {0} of {1}";
     this.includeFooter          = false;
     this.footerFormat           = "Type /<command> {0} for more.";
     this.headerTextColor        = Color.Yellow;
     this.nothingToDisplayString = null;
     this.lineFormatter          = null;
     this.lineTextColor          = Color.White;
     this.maxLinesPerPage        = 4;
     this.pageLimit = 0;
 }
 public Settings()
 {
     this.includeHeader = true;
     this.headerFormat = "Page {0} of {1}";
     this.includeFooter = false;
     this.footerFormat = "Type /<command> {0} for more.";
     this.headerTextColor = Color.Yellow;
     this.nothingToDisplayString = null;
     this.lineFormatter = null;
     this.lineTextColor = Color.White;
     this.maxLinesPerPage = 4;
     this.pageLimit = 0;
 }