林子之大.net笔记

本站多数文章由其它网址转载,没啥技术含量的皆为原创。主要目的是对付记性不好,方便查询。

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2005年11月13日

摘要: #region 另存初始xml文件 public static void XmlBeginSaveTo(string filePath) { string linPath=Application.StartupPath+"\\XmlProject.xml"; File.Copy(linPath,filePath+".xml",true); } #endregion其中Appl... 阅读全文
posted @ 2005-11-13 22:31 林614 阅读(273) 评论(0) 推荐(0) 编辑