C# 클래스 RoundedForm, code

상속: Form
파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

공개 메소드들

메소드 설명
NanoRoundedForm ( )

보호된 메소드들

메소드 설명
OnLoad ( EventArgs, e ) : void
OnPaint ( PaintEventArgs, e ) : void

비공개 메소드들

메소드 설명
DrawForm ( object pSender, EventArgs, pE ) : void

메소드 상세

NanoRoundedForm() 공개 메소드

public NanoRoundedForm ( )

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs, e ) : void
e EventArgs,
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs, e ) : void
e PaintEventArgs,
리턴 void