diff --git a/Source/Examples/WinForms/DerivedGLControl.cs b/Source/Examples/WinForms/DerivedGLControl.cs index f9244fea..ef3e00eb 100644 --- a/Source/Examples/WinForms/DerivedGLControl.cs +++ b/Source/Examples/WinForms/DerivedGLControl.cs @@ -13,11 +13,11 @@ namespace Examples.WinForms { public partial class DerivedGLControl : GLControl { - Color clearColor; - - public DerivedGLControl() - { - this.InitializeComponent(); + Color clearColor; + + public DerivedGLControl() + { + this.InitializeComponent(); } public Color ClearColor