RecentItem..::..Source Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.RecentlyViewed
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public Form Source { get; set; }
Public Property Source As Form
	Get
	Set
public:
property Form^ Source {
	Form^ get ();
	void set (Form^ value);
}