C# Class Runt.ViewModels.EditorViewModel

Inheritance: Caliburn.Micro.Screen, IEditorScreenViewModel
Datei anzeigen Open project: Runt-Editor/Runt Class Usage Examples

Public Methods

Method Description
EditorViewModel ( FileInfo file, ILanguageService language ) : System.IO

Protected Methods

Method Description
OnViewLoaded ( object view ) : void

Private Methods

Method Description
Setup ( ) : void

Method Details

EditorViewModel() public method

public EditorViewModel ( FileInfo file, ILanguageService language ) : System.IO
file System.IO.FileInfo
language ILanguageService
return System.IO

OnViewLoaded() protected method

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