BatchGuy.App.ThirdParty.FolderSelectDialog.WindowWrapper.WindowWrapper C# (CSharp) Метод

WindowWrapper() публичный Метод

Constructor
public WindowWrapper ( IntPtr handle ) : System
handle System.IntPtr Handle to wrap
Результат System
        public WindowWrapper(IntPtr handle)
        {
            _hwnd = handle;
        }
WindowWrapper