摘要: C#封装如下:public class SearchAndRepalce : Darrenstring { public bool replaced; private string stringout; ... 阅读全文
posted @ 2015-03-05 18:00 梦小邪 阅读(792) 评论(0) 推荐(0) 编辑
摘要: C#实现如下using System;using System.Collections.Generic;using System.Text;using System.Text.RegularExpressions;namespace DEMO{ class Darrenstring { ... 阅读全文
posted @ 2015-03-05 16:04 梦小邪 阅读(1301) 评论(0) 推荐(0) 编辑
摘要: 昨天参照了网上的资料练习了换肤,今天进一步的实现选择换肤其实很简单,需要实现的功能如下点击combobox中的不同项目然后面板会自动的切换到相应的界面主题。界面如下:下述代码参照“张隽永” 博客,http://realzjy.blog.51cto.com/818594/165556 public c... 阅读全文
posted @ 2015-03-05 09:38 梦小邪 阅读(668) 评论(0) 推荐(0) 编辑