SIL.FieldWorks.XWorks.FwXWindow.FwXWindow C# (CSharp) Method

FwXWindow() public method

Default c'tor
public FwXWindow ( ) : System
return System
		public FwXWindow()
		{
			BasicInit(null);
		}

Same methods

FwXWindow::FwXWindow ( FwApp app, Form wndCopyFrom, Stream iconStream, Stream configStream ) : System
FwXWindow::FwXWindow ( FwApp app, Form wndCopyFrom, Stream iconStream, string configFile, FwLinkArgs startupLink, bool inAutomatedTest ) : System
FwXWindow::FwXWindow ( FwApp app, string configFile ) : System
FwXWindow