C# 클래스 SamirBoulema.TGit.RichTextBoxExtension

파일 보기 프로젝트 열기: sboulema/TGit

공개 메소드들

메소드 설명
AppendText ( this box, string text, Color color, bool bold ) : void
AppendText ( this box, string text, bool bold ) : void

메소드 상세

AppendText() 공개 정적인 메소드

public static AppendText ( this box, string text, Color color, bool bold ) : void
box this
text string
color System.Drawing.Color
bold bool
리턴 void

AppendText() 공개 정적인 메소드

public static AppendText ( this box, string text, bool bold ) : void
box this
text string
bold bool
리턴 void