摘要:
编辑器加载中...//Image写入XMLusing System.IO;using System.Runtime.Serialization.Formatters.Soap;string MyFile = @"D:\数据处理\image.xml";string imageFile = @"G:\zengwei.jpg";Stream MyStream;SoapFormatter MyFormatter =new SoapFormatter();void Mathod1(){ try { MyStream = new FileStream( My... 阅读全文
posted @ 2012-02-21 14:11
JasonHo
阅读(1284)
评论(0)
推荐(0)
浙公网安备 33010602011771号