C# Class SnippetCommand, ynoteclassic

Inheritance: ICommand
Mostrar archivo Open project: samarjeet27/ynoteclassic

Public Methods

Method Description
GetCommands ( ) : string[]
ProcessCommand ( string val, IYnote ynote ) : void

Method Details

GetCommands() public method

public GetCommands ( ) : string[]
return string[]

ProcessCommand() public method

public ProcessCommand ( string val, IYnote ynote ) : void
val string
ynote IYnote
return void