C# 클래스 Nuaj.Cirrus.Utility.LogTextBox

파일 보기 프로젝트 열기: Patapom/GodComplex

공개 메소드들

메소드 설명
Log ( string _Text ) : void
LogError ( string _Text ) : void
LogSuccess ( string _Text ) : void
LogTextBox ( ) : System
LogTextBox ( IContainer container ) : System
LogWarning ( string _Text ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

UpdateRTF ( ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

Log() 공개 메소드

public Log ( string _Text ) : void
_Text string
리턴 void

LogError() 공개 메소드

public LogError ( string _Text ) : void
_Text string
리턴 void

LogSuccess() 공개 메소드

public LogSuccess ( string _Text ) : void
_Text string
리턴 void

LogTextBox() 공개 메소드

public LogTextBox ( ) : System
리턴 System

LogTextBox() 공개 메소드

public LogTextBox ( IContainer container ) : System
container IContainer
리턴 System

LogWarning() 공개 메소드

public LogWarning ( string _Text ) : void
_Text string
리턴 void

UpdateRTF() 보호된 메소드

protected UpdateRTF ( ) : void
리턴 void