C# Class BatchGuy.App.ThirdParty.FolderSelectDialog.WindowWrapper

Creates IWin32Window around an IntPtr
Inheritance: System.Windows.Forms.IWin32Window
Show file Open project: yaboy58/BatchGuy

Public Methods

Method Description
WindowWrapper ( IntPtr handle ) : System

Constructor

Method Details

WindowWrapper() public method

Constructor
public WindowWrapper ( IntPtr handle ) : System
handle System.IntPtr Handle to wrap
return System