示例#1
0
        private void X_JUMP_MOVEICON_Click(object sender, EventArgs e)
        {
            if (this.AddressList.SelectedIndex < 0)
            {
                return;
            }
            uint cid  = ClassForm.GetClassIDWhereWaitIconID((uint)this.AddressList.SelectedIndex);
            uint icon = ClassForm.GetClassMoveIcon(cid);

            InputFormRef.JumpTo(null, icon, "MOVEICON", new string[] { });
        }