예제 #1
0
 internal SafePropertyPage(PropSheetPage psp, bool ownsHandle)
     : base(ownsHandle)
 {
     SetHandle(SafeNativeMethods.CreatePropertySheetPage(ref psp));
 }