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
360 B
17 lines
360 B
using System; |
|
using System.ComponentModel; |
|
using System.Drawing; |
|
using System.Windows.Forms; |
|
|
|
namespace Kingo.Mobile.Shape2KOTool |
|
{ |
|
// Token: 0x02000068 RID: 104 |
|
public partial class frmSymbolSetting : Form |
|
{ |
|
// Token: 0x060003F1 RID: 1009 RVA: 0x0001627E File Offset: 0x0001447E |
|
public frmSymbolSetting() |
|
{ |
|
this.InitializeComponent(); |
|
} |
|
} |
|
}
|
|
|