C# 클래스 BinaryFileSchemaGUI.ListViewErrorHandler

상속: IBfsErrorHandler
파일 보기 프로젝트 열기: Andos/BinaryFileSchema 1 사용 예제들

공개 메소드들

메소드 설명
HandleError ( SourceError error ) : void
HandleError ( string error ) : void
HandleMessage ( string message ) : void
HandleWarning ( SourceError warning ) : void
ListViewErrorHandler ( ListView listview ) : 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

ListViewErrorHandler() 공개 메소드

public ListViewErrorHandler ( ListView listview ) : System
listview System.Windows.Forms.ListView
리턴 System