C# Class SIL.FieldWorks.TE.DummyApp

Inheritance: SIL.FieldWorks.Common.Framework.FwApp
显示文件 Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
DummyApp ( ) : System

InitCacheForApp ( IThreadedProgress progressDlg ) : bool

Provides a hook for initializing the cache in application-specific ways.

NewMainAppWnd ( IProgress progressDlg, bool fNewCache, Form wndCopyFrom, bool fOpeningNewProject ) : Form

Creates a new instance of the main window

Method Details

DummyApp() public method

public DummyApp ( ) : System
return System

InitCacheForApp() public method

Provides a hook for initializing the cache in application-specific ways.
public InitCacheForApp ( IThreadedProgress progressDlg ) : bool
progressDlg IThreadedProgress The progress dialog.
return bool

NewMainAppWnd() public method

Creates a new instance of the main window
public NewMainAppWnd ( IProgress progressDlg, bool fNewCache, Form wndCopyFrom, bool fOpeningNewProject ) : Form
progressDlg IProgress The progress dialog to use, if needed (can be null).
fNewCache bool Flag indicating whether one-time, application-specific /// initialization should be done for this m_cache.
wndCopyFrom Form Must be null for creating the original app window. /// Otherwise, a reference to the main window whose settings we are copying.
fOpeningNewProject bool true if opening a brand spankin' new /// project
return Form