随笔分类 -  C#

摘要:先上自己的代码笔记using System;using System.Collections.Generic;using System.IO;using System.Xml;namespace ConsoleApplication7{ class Program { st... 阅读全文
posted @ 2015-09-14 14:38 摊饼孙 阅读(201) 评论(0) 推荐(0)
摘要:因为没有学过,所以专门从网上查到的代码public void ClickOpenNote() { System.Diagnostics.Process open = new System.Diagnostics.Process(); open.StartInfo.U... 阅读全文
posted @ 2015-09-01 10:51 摊饼孙 阅读(1980) 评论(0) 推荐(0)