iMonitor desktop application using dotnet 4.8
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
775 B

namespace iMonitorApp
{
// Token: 0x0200000F RID: 15
public partial class Pad : global::System.Windows.Forms.Form
{
// Token: 0x0600006E RID: 110 RVA: 0x00004E34 File Offset: 0x00003034
protected override void Dispose(bool disposing)
{
bool flag = disposing && this.components != null;
if (flag)
{
this.components.Dispose();
}
base.Dispose(disposing);
}
// Token: 0x0600006F RID: 111 RVA: 0x00004E6B File Offset: 0x0000306B
private void InitializeComponent()
{
this.components = new global::System.ComponentModel.Container();
base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
this.Text = "Pad";
}
// Token: 0x0400003F RID: 63
private global::System.ComponentModel.IContainer components = null;
}
}