C# 클래스 ProcessMonitor.App.Views.MainView

상속: System.Windows.Window, IMainView
파일 보기 프로젝트 열기: sys27/ProcessMonitor 1 사용 예제들

공개 메소드들

메소드 설명
MainView ( ) : System
SetTotalTime ( string time ) : void
SetWatchList ( IEnumerable watchList ) : void
ShowError ( string message ) : void

보호된 메소드들

메소드 설명
OnClosed ( EventArgs e ) : void

메소드 상세

MainView() 공개 메소드

public MainView ( ) : System
리턴 System

OnClosed() 보호된 메소드

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
리턴 void

SetTotalTime() 공개 메소드

public SetTotalTime ( string time ) : void
time string
리턴 void

SetWatchList() 공개 메소드

public SetWatchList ( IEnumerable watchList ) : void
watchList IEnumerable
리턴 void

ShowError() 공개 메소드

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