public AIParametersEditForm(int npcIndex, Hashtable infoTable, UpdateAIParameter updateAIParameter) { this.npcIndex = npcIndex; this.infoTable = infoTable; this.updateAIParameter = updateAIParameter; InitializeComponent(); Init(); }