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