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
330 B
17 lines
330 B
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(); |
|
} |
|
} |
|
}
|
|
|