forked from ExileLord/Open-GHTCP
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move generated delegates again, now to GHTCP.Delegates namespace
- Loading branch information
Showing
446 changed files
with
890 additions
and
890 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate void Delegate100(object object0, string string0, int int0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System; | ||
|
||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate DateTime Delegate101(object object0, IFormatProvider iformatProvider0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate char[] Delegate102(); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System.Reflection; | ||
|
||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate Assembly Delegate103(string string0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System.Drawing; | ||
|
||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate void Delegate104(object object0, Brush brush0, Region region0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System.Windows.Forms; | ||
|
||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate DialogResult Delegate105(string string0, string string1, MessageBoxButtons messageBoxButtons0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System; | ||
|
||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate Type Delegate106(string string0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate int Delegate107(byte[] byte0, int int0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System.Drawing; | ||
|
||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate Size Delegate108(); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System.Diagnostics; | ||
|
||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate Process Delegate109(); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System; | ||
|
||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate TypeCode Delegate11(object object0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate char Delegate110(object object0, int int0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System.Reflection.Emit; | ||
|
||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate void Delegate111(object object0, OpCode opCode0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System; | ||
|
||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate IntPtr Delegate112(object object0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate void Delegate113(object object0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate uint Delegate114(double double0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate int Delegate115(double double0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System.Windows.Forms; | ||
|
||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate void Delegate116(object object0, Control control0, int int0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate void Delegate117(int int0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate ulong Delegate118(int int0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate int Delegate119(object object0, char char0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System.Diagnostics; | ||
|
||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate Process Delegate12(string string0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System.Security.Cryptography; | ||
|
||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate Rijndael Delegate120(); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System.Drawing; | ||
|
||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate Rectangle Delegate121(object object0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System.Windows.Forms; | ||
|
||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate ToolStripContentPanel Delegate122(object object0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System.Drawing; | ||
|
||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate void Delegate123(object object0, Pen pen0, RectangleF rectangleF0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System.Drawing; | ||
|
||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate Color Delegate124(object object0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System.IO; | ||
|
||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate void Delegate125(string string0, FileAttributes fileAttributes0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate string Delegate126(string string0, string string1, string string2, string string3); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate void Delegate127(object object0, int int0, char char0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System.IO; | ||
|
||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate Stream Delegate128(object object0, string string0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate string Delegate129(string string0, object object0, object object1); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System; | ||
|
||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate ModuleHandle Delegate13(object object0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate decimal Delegate130(float float0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System.Security.Cryptography; | ||
|
||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate SHA512 Delegate131(); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate string Delegate132(string string0, object object0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System; | ||
|
||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate ulong Delegate133(object object0, IFormatProvider iformatProvider0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System.Drawing; | ||
|
||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate void Delegate134(object object0, Brush brush0, RectangleF rectangleF0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate void Delegate135(object object0, long long0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System; | ||
|
||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate ushort Delegate136(object object0, IFormatProvider iformatProvider0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System.Drawing.Imaging; | ||
|
||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate void Delegate137(object object0, BitmapData bitmapData0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System.Drawing; | ||
|
||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate void Delegate138(object object0, Size size0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
using System.Drawing; | ||
using System.Drawing.Drawing2D; | ||
|
||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate void Delegate139(object object0, Brush brush0, PointF[] pointF0, FillMode fillMode0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate decimal Delegate14(decimal decimal0, decimal decimal1); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate short Delegate140(byte[] byte0, int int0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System; | ||
|
||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate object Delegate141(IntPtr intptr0, Type type0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System.Drawing; | ||
|
||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate Brush Delegate142(); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System.Drawing; | ||
|
||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate Pen Delegate143(); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System.Drawing; | ||
|
||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate Size Delegate144(object object0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System.Drawing; | ||
|
||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate void Delegate145(object object0, Image image0, Rectangle rectangle0, int int0, int int1, int int2, int int3, GraphicsUnit graphicsUnit0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate bool Delegate146(string string0, string string1); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
using System.Drawing; | ||
using System.Drawing.Imaging; | ||
|
||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate BitmapData Delegate147(object object0, Rectangle rectangle0, ImageLockMode imageLockMode0, PixelFormat pixelFormat0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate int Delegate148(int int0, int int1, ref int int2); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate void Delegate149(object object0, int int0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System; | ||
|
||
namespace Delegates | ||
namespace GHTCP.Delegates | ||
{ | ||
public delegate void Delegate15(IntPtr intptr0, byte[] byte0, int int0, int int1); | ||
} |
Oops, something went wrong.