C# Class SIL.FieldWorks.FwCoreDlgs.FwProjPropertiesDlg.WsMenuItem

We subclass the menu item so we can store a NamedWritingSystem for each menu item in the Add writing system popup list.
Inheritance: System.Windows.Forms.ToolStripMenuItem
Exibir arquivo Open project: sillsdev/FieldWorks

Public Methods

Method Description
WsMenuItem ( IWritingSystem ws, ListBox list, EventHandler handler ) : System

Method Details

WsMenuItem() public method

public WsMenuItem ( IWritingSystem ws, ListBox list, EventHandler handler ) : System
ws IWritingSystem
list System.Windows.Forms.ListBox
handler EventHandler OnClick event handler
return System