예제 #1
0
파일: CButton.cs 프로젝트: qhrrkfl2/KAKAO
 protected override void OnPaint(PaintEventArgs e)
 {
     base.OnPaint(e);
     if (uncheckedmsg > 0)
     {
         HelperFunc.DrawCircleNumInIt(new Point(15, 15), this.Width / 2, uncheckedmsg, e.Graphics);
     }
 }