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