C# Class SIL.FieldWorks.XWorks.LexEd.MSADlglauncherView

Inheritance: SIL.FieldWorks.Common.RootSites.RootSiteControl, IVwNotifyChange
Datei anzeigen Open project: sillsdev/FieldWorks Class Usage Examples

Private Properties

Property Type Description
InitializeComponent void

Public Methods

Method Description
Init ( XCore.Mediator mediator, IMoMorphSynAnalysis msa ) : void
MSADlglauncherView ( ) : System
MakeRoot ( ) : void
PropChanged ( int hvo, int tag, int ivMin, int cvIns, int cvDel ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

Init() public method

public Init ( XCore.Mediator mediator, IMoMorphSynAnalysis msa ) : void
mediator XCore.Mediator
msa IMoMorphSynAnalysis
return void

MSADlglauncherView() public method

public MSADlglauncherView ( ) : System
return System

MakeRoot() public method

public MakeRoot ( ) : void
return void

PropChanged() public method

public PropChanged ( int hvo, int tag, int ivMin, int cvIns, int cvDel ) : void
hvo int
tag int
ivMin int
cvIns int
cvDel int
return void