public WNTWindow(WNTGraphicDevice aDevice, int aPart1, int aPart2, QuantityNameOfColor aBackColor)
     :
     base(WNT_Window_CtorBCEC06DC(aDevice.Instance, aPart1, aPart2, (int)aBackColor))
 {
 }
 public WNTWindow(WNTGraphicDevice theDevice, string theTitle, WNTWClass theClass, double theStyle, int thePxLeft, int thePxTop, int thePxWidth, int thePxHeight, QuantityNameOfColor theBackColor, IntPtr theParent, IntPtr theMenu, IntPtr theClientStruct)
     :
     base(WNT_Window_Ctor83D53D04(theDevice.Instance, theTitle, theClass.Instance, theStyle, thePxLeft, thePxTop, thePxWidth, thePxHeight, (int)theBackColor, theParent, theMenu, theClientStruct))
 {
 }
 public WNTWindow(WNTGraphicDevice aDevice, IntPtr aHandle, QuantityNameOfColor aBackColor)
     :
     base(WNT_Window_Ctor9F345CFF(aDevice.Instance, aHandle, (int)aBackColor))
 {
 }
 public WNTWindow(WNTGraphicDevice aDevice, string aTitle, WNTWClass aClass, double aStyle, double Xc, double Yc, double aWidth, double aHeight, QuantityNameOfColor aBackColor, IntPtr aParent, IntPtr aMenu, IntPtr aClientStruct)
     :
     base(WNT_Window_CtorB0EE1CA(aDevice.Instance, aTitle, aClass.Instance, aStyle, Xc, Yc, aWidth, aHeight, (int)aBackColor, aParent, aMenu, aClientStruct))
 {
 }