C# Class SIL.FieldWorks.FwCoreDlgs.DummyFwNewLangProject

Subclass of FwNewLangProject core dialog for testing purposes.
Inheritance: FwNewLangProject
Show file Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
CreateNewLangProj ( ) : void

Private Methods

Method Description
TestOkButton ( ) : void

Try out the OK button

setProjectName ( string name ) : void

Sets the project name programmatically (bypasses Windows Forms length checking)

Method Details

CreateNewLangProj() public method

public CreateNewLangProj ( ) : void
return void