C# Class csCommon.Plugins.NotebookPlugin.NotebookConfigViewModel

Inheritance: Caliburn.Micro.Screen
ファイルを表示 Open project: TNOCS/csTouch Class Usage Examples

Public Methods

Method Description
AddNotebook ( ) : void
Remove ( Notebook nb ) : void

Protected Methods

Method Description
OnViewLoaded ( object view ) : void

Method Details

AddNotebook() public method

public AddNotebook ( ) : void
return void

OnViewLoaded() protected method

protected OnViewLoaded ( object view ) : void
view object
return void

Remove() public method

public Remove ( Notebook nb ) : void
nb Notebook
return void