Exemplo n.º 1
0
 public WNT_Window(string theTitle, WNT_WClass theClass, uint theStyle, int thePxLeft, int thePxTop,
                   int thePxWidth, int thePxHeight, Quantity_NameOfColor theBackColor, IntPtr theParent, IntPtr theMenu,
                   IntPtr theClientStruct)
     : base()
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public WNT_Window(string theTitle, WNT_WClass theClass, uint theStyle, int thePxLeft, int thePxTop,
                   int thePxWidth, int thePxHeight)
     : base()
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public WNT_WClass(WNT_WClass parameter1)
     : base()
 {
     throw new NotImplementedException();
 }