BatchGuy.App.ThirdParty.FolderSelectDialog.WindowWrapper.WindowWrapper C# (CSharp) Method

WindowWrapper() public method

Constructor
public WindowWrapper ( IntPtr handle ) : System
handle System.IntPtr Handle to wrap
return System
        public WindowWrapper(IntPtr handle)
        {
            _hwnd = handle;
        }
WindowWrapper