18 lines
330 B
18 lines
330 B
![]()
1 month ago
|
using System;
|
||
|
using System.ComponentModel;
|
||
|
using System.Drawing;
|
||
|
using System.Windows.Forms;
|
||
|
|
||
|
namespace iMonitorApp
|
||
|
{
|
||
|
// Token: 0x02000023 RID: 35
|
||
|
public partial class TradeForm : Form
|
||
|
{
|
||
|
// Token: 0x0600013C RID: 316 RVA: 0x0000BED4 File Offset: 0x0000A0D4
|
||
|
public TradeForm()
|
||
|
{
|
||
|
this.InitializeComponent();
|
||
|
}
|
||
|
}
|
||
|
}
|