导航

02 2011 档案

摘要:usingSystem; usingSystem.Collections.Generic; usingSystem.ComponentModel; usingSystem.Data; usingSystem.Drawing; usingSystem.Text; usingSystem.Windows.Forms; usingSystem.Xml; namespaceXMLDOMDemo { publicpartialclassForm1:Form { publicForm1() { InitializeComponent(); } privatevoidbtnLoad_Click(object 阅读全文

posted @ 2011-02-18 20:57 ccjvl 阅读(248) 评论(0) 推荐(0)

摘要:打开 Tools\Extension Manager 这个扩展管理器,搜索“visual studio color theme editor”,我们就能看到一个名为“visual studio color theme editor”的扩展,下载安装好这个扩展,重新启动 Visual Studio ,在 View菜单后面就会多出一个 Theme 菜单来,里面已经预置了几种主题,当然,有兴趣的话,还可以自己弄一套出来。 阅读全文

posted @ 2011-02-14 16:55 ccjvl 阅读(247) 评论(0) 推荐(0)