DialogFactory..::..CreateDialog<(Of <(<'DialogType>)>)> Method (Form, String)

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

Syntax


public DialogType CreateDialog<DialogType>(
	Form OwnerForm,
	string Context
)
where DialogType : IJiwaDialog
Public Function CreateDialog(Of DialogType As IJiwaDialog) ( _
	OwnerForm As Form, _
	Context As String _
) As DialogType
public:
generic<typename DialogType>
where DialogType : IJiwaDialog
DialogType CreateDialog(
	Form^ OwnerForm, 
	String^ Context
)

Type Parameters

DialogType

Parameters

OwnerForm
Type: Form
Context
Type: String