C# Class ReactiveWpfApp.NoteViewModel

Show file Open project: shishkin/Stimpack

Public Methods

Method Description
AddNewTag ( string tag ) : void
NoteViewModel ( Note note ) : System

Method Details

AddNewTag() public method

public AddNewTag ( string tag ) : void
tag string
return void

NoteViewModel() public method

public NoteViewModel ( Note note ) : System
note Note
return System