mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 05:23:24 -07:00
Code quality changes
This commit is contained in:
parent
f07ed83722
commit
610f45d082
189 changed files with 4609 additions and 5203 deletions
|
@ -24,13 +24,9 @@ using System.Windows.Forms;
|
|||
namespace Greenshot.Helpers {
|
||||
public class WindowWrapper : IWin32Window {
|
||||
public WindowWrapper(IntPtr handle) {
|
||||
_hwnd = handle;
|
||||
Handle = handle;
|
||||
}
|
||||
|
||||
public IntPtr Handle {
|
||||
get { return _hwnd; }
|
||||
}
|
||||
|
||||
private readonly IntPtr _hwnd;
|
||||
public IntPtr Handle { get; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue