private void StringBuilderToFile(string fileName, StringBuilder sb) { System.IO.TextWriter w = new System.IO.StreamWriter(fileName); w.Write(sb.ToString()); w.Flush(); w.Close(); }
ScrewTurn Wiki version 3.0.5.600. Some of the icons created by FamFamFam.