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

12 2013 档案

摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Drawing;using System.Drawing.Drawing2D;using System.Text;using System.Windows.Forms;namespace TransparentPanelTest{ public class TransparentPanel : Control { private Color _borderColor; private... 阅读全文

posted @ 2013-12-28 13:47 快乐家++ 阅读(14034) 评论(2) 推荐(1)