Skip to content

Instantly share code, notes, and snippets.

@johnduhart
Created February 12, 2013 20:53
Show Gist options
  • Save johnduhart/4773292 to your computer and use it in GitHub Desktop.
Save johnduhart/4773292 to your computer and use it in GitHub Desktop.
Decompiled source file for a blog I'm writing.
// Type: amsu.CustomControl22
// Assembly: amsu, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
// Assembly location: C:\Users\John\Desktop\Runescape_GP_Adder.exe
using System.ComponentModel;
using System.Windows.Forms;
namespace amsu
{
public class CustomControl22 : Control
{
private IContainer components;
public CustomControl22()
{
this.InitializeComponent();
}
public static int I(ref int i)
{
return i++;
}
protected override void OnPaint(PaintEventArgs pe)
{
base.OnPaint(pe);
}
protected override void Dispose(bool disposing)
{
if (disposing && this.components != null)
this.components.Dispose();
base.Dispose(disposing);
}
private void InitializeComponent()
{
this.components = (IContainer) new Container();
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment