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.

17 lines
296 B

2 weeks ago
using System;
using System.ComponentModel;
using System.Windows.Forms;
namespace iMonitorApp
{
// Token: 0x0200000F RID: 15
public partial class Pad : Form
{
// Token: 0x0600006D RID: 109 RVA: 0x00004E1A File Offset: 0x0000301A
public Pad()
{
this.InitializeComponent();
}
}
}