摘要:
View Code 1 //修改栏目订单的颜色 2 private void btnfunColor_Click(object sender, EventArgs e) 3 { 4 bool isExsit = true; 5 ColorDialog fontcolor = new ColorDialog(); 6 if (fontcolor.ShowDialog() == DialogResult.OK) 7 { 8 if (!System.IO.Directory.Exists(xpath)) 9 {10 System.IO.Directory.CreateDirectory(xpat 阅读全文
posted @ 2011-06-22 20:52
笨笨的菜鸟
阅读(4945)
评论(0)
推荐(0)