mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -07:00
Code quality changes [skip ci]
This commit is contained in:
parent
61cfe004c5
commit
798ca503a5
108 changed files with 1981 additions and 2258 deletions
|
@ -64,7 +64,7 @@ namespace GreenshotPlugin.UnmanagedHelpers {
|
|||
return new Point(X, Y);
|
||||
}
|
||||
|
||||
override public string ToString() {
|
||||
public override string ToString() {
|
||||
return X + "," + Y;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -22,9 +22,6 @@ using System;
|
|||
using System.Runtime.InteropServices;
|
||||
using System.Text;
|
||||
|
||||
/// <summary>
|
||||
/// Win32 error codes
|
||||
/// </summary>
|
||||
namespace GreenshotPlugin.UnmanagedHelpers {
|
||||
/// <summary>
|
||||
/// A Win32 error code.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue