* 删除不要的注释
This commit is contained in:
parent
52e3a3cb04
commit
441d9dac8b
@ -427,12 +427,10 @@ namespace Sunny.UI
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Simply copy the argb values array
|
// Simply copy the argb values array
|
||||||
// ReSharper disable once InconsistentNaming
|
|
||||||
int* s0t = _scan0;
|
int* s0t = _scan0;
|
||||||
|
|
||||||
fixed (int* source = colors)
|
fixed (int* source = colors)
|
||||||
{
|
{
|
||||||
// ReSharper disable once InconsistentNaming
|
|
||||||
int* s0s = source;
|
int* s0s = source;
|
||||||
|
|
||||||
int count = Width * Height;
|
int count = Width * Height;
|
||||||
|
@ -3,7 +3,6 @@ using System.ComponentModel;
|
|||||||
using System.Drawing.Design;
|
using System.Drawing.Design;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
// ReSharper disable UnusedMember.Local
|
|
||||||
|
|
||||||
namespace Sunny.UI
|
namespace Sunny.UI
|
||||||
{
|
{
|
||||||
|
@ -25,7 +25,6 @@ using System.Drawing;
|
|||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
// ReSharper disable UnusedMember.Local
|
|
||||||
#pragma warning disable 1591
|
#pragma warning disable 1591
|
||||||
|
|
||||||
namespace Sunny.UI
|
namespace Sunny.UI
|
||||||
|
@ -1501,10 +1501,6 @@ namespace Sunny.UI
|
|||||||
[DllImport("user32.dll", SetLastError = true)]
|
[DllImport("user32.dll", SetLastError = true)]
|
||||||
private static extern bool DestroyWindow(IntPtr hWnd);
|
private static extern bool DestroyWindow(IntPtr hWnd);
|
||||||
|
|
||||||
// ReSharper disable NotAccessedField.Local
|
|
||||||
// ReSharper disable FieldCanBeMadeReadOnly.Local
|
|
||||||
// ReSharper disable MemberCanBePrivate.Local
|
|
||||||
// ReSharper disable UnusedField.Compiler
|
|
||||||
#pragma warning disable 414
|
#pragma warning disable 414
|
||||||
#pragma warning disable 649
|
#pragma warning disable 649
|
||||||
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)]
|
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)]
|
||||||
@ -1559,10 +1555,6 @@ namespace Sunny.UI
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// ReSharper restore UnusedField.Compiler
|
|
||||||
// ReSharper restore MemberCanBePrivate.Local
|
|
||||||
// ReSharper restore FieldCanBeMadeReadOnly.Local
|
|
||||||
// ReSharper restore NotAccessedField.Local
|
|
||||||
#pragma warning restore 649
|
#pragma warning restore 649
|
||||||
#pragma warning restore 414
|
#pragma warning restore 414
|
||||||
#endregion
|
#endregion
|
||||||
|
@ -40,8 +40,6 @@ using System.Drawing;
|
|||||||
using System.Drawing.Drawing2D;
|
using System.Drawing.Drawing2D;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
// ReSharper disable All
|
|
||||||
|
|
||||||
namespace Sunny.UI
|
namespace Sunny.UI
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user