C# 클래스 SIL.FieldWorks.TE.DummyApp

상속: SIL.FieldWorks.Common.Framework.FwApp
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

DummyApp() 공개 메소드

public DummyApp ( ) : System
리턴 System

InitCacheForApp() 공개 메소드

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

NewMainAppWnd() 공개 메소드

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
리턴 Form