Added ReSharper warning suppressions.
This commit is contained in:
parent
be037bbdb0
commit
c98fbde35c
1 changed files with 4 additions and 1 deletions
|
@ -37,13 +37,16 @@ using OpenTK.OSX;
|
||||||
using OpenTK.Win;
|
using OpenTK.Win;
|
||||||
using OpenTK.X11;
|
using OpenTK.X11;
|
||||||
|
|
||||||
|
// ReSharper disable ClassWithVirtualMembersNeverInherited.Global
|
||||||
|
// ReSharper disable EventNeverSubscribedTo.Global
|
||||||
|
|
||||||
namespace OpenTK
|
namespace OpenTK
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The <see cref="GLWidget"/> is a GTK widget for which an OpenGL context can be used to draw arbitrary graphics.
|
/// The <see cref="GLWidget"/> is a GTK widget for which an OpenGL context can be used to draw arbitrary graphics.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[ToolboxItem(true)]
|
[ToolboxItem(true)]
|
||||||
public class GLWidget: DrawingArea
|
public class GLWidget : DrawingArea
|
||||||
{
|
{
|
||||||
|
|
||||||
#region Static attrs.
|
#region Static attrs.
|
||||||
|
|
Loading…
Reference in a new issue