Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
WindowWrapper.cs
Go to the documentation of this file.
1
using
System;
2
using
System.Windows.Forms;
3
4
namespace
SFB
;
5
6
public
class
WindowWrapper
: IWin32Window
7
{
8
private
IntPtr
_hwnd
;
9
10
public
IntPtr
Handle
=>
_hwnd
;
11
12
public
WindowWrapper
(IntPtr handle)
13
{
14
_hwnd
= handle;
15
}
16
}
SFB.WindowWrapper
Definition:
WindowWrapper.cs:7
SFB.WindowWrapper.Handle
IntPtr Handle
Definition:
WindowWrapper.cs:10
SFB.WindowWrapper.WindowWrapper
WindowWrapper(IntPtr handle)
Definition:
WindowWrapper.cs:12
SFB.WindowWrapper._hwnd
IntPtr _hwnd
Definition:
WindowWrapper.cs:8
SFB
Definition:
ExtensionFilter.cs:1
Elin
Plugins.basecore
SFB
WindowWrapper.cs
Generated by
1.9.6