MainForm..::..InterfaceLoaded Property

Namespace:  JiwaFinancials.Jiwa.JiwaCRTransImportUI
Assembly:  JiwaCRTransImportUI (in JiwaCRTransImportUI.exe)

Syntax


public bool InterfaceLoaded { get; set; }
Public Property InterfaceLoaded As Boolean
	Get
	Set
public:
property bool^ InterfaceLoaded {
	bool^ get ();
	void set (bool^ value);
}