示例#1
0
 void AppendConfig(ref StringBuilder sb, config conf, tablerowdiff filter = null)
 {
     sb.Append("\t");
     sb.Append(conf.GenString(filter));
     sb.Append(",");
     sb.Append("\n");
 }
示例#2
0
 void AppendConfig(ref StringBuilder sb, config conf, bool out4Server = true)
 {
     sb.Append("\t");
     sb.Append(conf.GenString(out4Server));
     sb.Append(",");
     sb.Append("\n");
 }