摘要: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