mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-02 15:51:04 +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
|
||||
{
|
||||
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()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
#region IExample Members
|
||||
|
||||
public void Launch()
|
||||
public static void Main()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public static readonly int order = 4;
|
||||
|
||||
#endregion
|
||||
using (W04_Multiple_GLControls example = new W04_Multiple_GLControls())
|
||||
{
|
||||
Utilities.SetWindowTitle(example);
|
||||
example.ShowDialog();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue