예제 #1
0
파일: HTML_IO.cs 프로젝트: TheByte/sones
 public Byte[] ExportQueryResult(QueryResult myQueryResult)
 {
     return Encoding.UTF8.GetBytes(myQueryResult.ToHTML());
 }