mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-02 16:01:15 +00:00
Added as hidden example.
This commit is contained in:
parent
c3777ac9fe
commit
0b10d4f16b
|
@ -11,22 +11,21 @@ using OpenTK.OpenGL;
|
||||||
|
|
||||||
namespace Examples.WinForms
|
namespace Examples.WinForms
|
||||||
{
|
{
|
||||||
public partial class W04_Multiple_GLControls : Form, IExample
|
[Example("Multiple GLControls test", ExampleCategory.WinForms, 4)]
|
||||||
|
public partial class W04_Multiple_GLControls : Form
|
||||||
{
|
{
|
||||||
public W04_Multiple_GLControls()
|
public W04_Multiple_GLControls()
|
||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
}
|
}
|
||||||
|
|
||||||
#region IExample Members
|
public static void Main()
|
||||||
|
|
||||||
public void Launch()
|
|
||||||
{
|
{
|
||||||
|
using (W04_Multiple_GLControls example = new W04_Multiple_GLControls())
|
||||||
|
{
|
||||||
|
Utilities.SetWindowTitle(example);
|
||||||
|
example.ShowDialog();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static readonly int order = 4;
|
|
||||||
|
|
||||||
#endregion
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue