C# Class Notedown.Commands.NextNote

Inheritance: Eto.Forms.Command
Datei anzeigen Open project: andererandre/Notedown

Public Methods

Method Description
NextNote ( NoteView notes ) : System

Protected Methods

Method Description
OnExecuted ( EventArgs e ) : void

Method Details

NextNote() public method

public NextNote ( NoteView notes ) : System
notes NoteView
return System

OnExecuted() protected method

protected OnExecuted ( EventArgs e ) : void
e System.EventArgs
return void