[This is preliminary documentation and is subject to change.]

Binds the default userinterface to the SvnClient using parentWindow as parent for the popup windows

Namespace:  SharpSvn.UI
Assembly:  SharpSvn.UI (in SharpSvn.UI.dll) Version: 1.4999.582.31705

Syntax

C#
public static void Bind(
	SvnClient svnClient,
	IWin32Window parentWindow
)
Visual Basic (Declaration)
Public Shared Sub Bind ( _
	svnClient As SvnClient, _
	parentWindow As IWin32Window _
)
Visual C++
public:
static void Bind(
	SvnClient^ svnClient, 
	IWin32Window^ parentWindow
)

Parameters

svnClient
Type: SharpSvn..::.SvnClient

[Missing <param name="svnClient"/> documentation for "M:SharpSvn.UI.SharpSvnUI.Bind(SharpSvn.SvnClient,System.Windows.Forms.IWin32Window)"]

parentWindow
Type: System.Windows.Forms..::.IWin32Window

[Missing <param name="parentWindow"/> documentation for "M:SharpSvn.UI.SharpSvnUI.Bind(SharpSvn.SvnClient,System.Windows.Forms.IWin32Window)"]

See Also