Added ReSharper warning suppressions.

This commit is contained in:
Jarl Gullberg 2017-06-13 22:13:20 +02:00
parent be037bbdb0
commit c98fbde35c
No known key found for this signature in database
GPG key ID: 750FF6F6BDA72D23

View file

@ -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.