C# Class fCraft.ConfigGUI.KeywordPicker.KeywordInfo

Show file Open project: GlennMR/800craft

Public Properties

Property Type Description
Keyword string

Public Methods

Method Description
KeywordInfo ( string keyword, string name, string description ) : System.Windows.Forms

Method Details

KeywordInfo() public method

public KeywordInfo ( string keyword, string name, string description ) : System.Windows.Forms
keyword string
name string
description string
return System.Windows.Forms

Property Details

Keyword public property

public string Keyword
return string