コード例 #1
0
 public WidgetForWindowsFormsOpenGL(SystemWindow childSystemWindow)
     : base(childSystemWindow)
 {
     id = count++;
     WindowsFormsWindow = new WindowsFormsOpenGL(this, childSystemWindow);
 }
コード例 #2
0
 public WidgetForWindowsFormsOpenGL(SystemWindow childSystemWindow)
     : base(childSystemWindow)
 {
     id = count++;
     WindowsFormsWindow = new WindowsFormsOpenGL(this, childSystemWindow);
 }