C# Class Rsdn.Janus.LogWindowService

Inheritance: ILogWindowService, IDisposable
ファイルを表示 Open project: rsdn/janus

Public Methods

Method Description
Clear ( ) : void
Close ( ) : void
Dispose ( ) : void
LogWindowService ( [ serviceProvider ) : System
Show ( ) : void

Private Methods

Method Description
GetLogForm ( ) : LogForm

Method Details

Clear() public method

public Clear ( ) : void
return void

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

LogWindowService() public method

public LogWindowService ( [ serviceProvider ) : System
serviceProvider [
return System

Show() public method

public Show ( ) : void
return void