C# Class YnoteCommand, ynoteclassic

Exibir arquivo Open project: samarjeet27/ynoteclassic Class Usage Examples

Public Methods

Method Description
FromString ( string command ) : YnoteCommand,

Creates a YnoteCommand from String

YnoteCommand ( string key, string value ) : System.Windows.Forms

Private Methods

Method Description
Parse ( string command ) : YnoteCommand,

Method Details

FromString() public static method

Creates a YnoteCommand from String
public static FromString ( string command ) : YnoteCommand,
command string
return YnoteCommand,

YnoteCommand() public method

public YnoteCommand ( string key, string value ) : System.Windows.Forms
key string
value string
return System.Windows.Forms