C# 클래스 BinaryFileSchemaGUI.ListBoxErrorHandler

상속: IBfsErrorHandler
파일 보기 프로젝트 열기: Andos/BinaryFileSchema

공개 메소드들

메소드 설명
HandleError ( SourceError error ) : void
HandleError ( string error ) : void
HandleMessage ( string message ) : void
HandleWarning ( SourceError warning ) : void
ListBoxErrorHandler ( ListBox listbox ) : System

메소드 상세

HandleError() 공개 메소드

public HandleError ( SourceError error ) : void
error BFSchema.SourceError
리턴 void

HandleError() 공개 메소드

public HandleError ( string error ) : void
error string
리턴 void

HandleMessage() 공개 메소드

public HandleMessage ( string message ) : void
message string
리턴 void

HandleWarning() 공개 메소드

public HandleWarning ( SourceError warning ) : void
warning BFSchema.SourceError
리턴 void

ListBoxErrorHandler() 공개 메소드

public ListBoxErrorHandler ( ListBox listbox ) : System
listbox System.Windows.Forms.ListBox
리턴 System