コード例 #1
0
ファイル: NeiGongEdit.cs プロジェクト: xuqingxin001/xkqz_mod
        private void button7_Click(object sender, EventArgs e)
        {
            FrmSetCbo fs = new FrmSetCbo(comboBox4, CboData.NeiGongPath);

            fs.Show();
        }
コード例 #2
0
        private void 修改招式效果ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FrmSetCbo fs = new FrmSetCbo(cboEffectType1, CboData.BattleConditionPath);

            fs.Show();
        }
コード例 #3
0
        private void 修改生效方式ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FrmSetCbo fs = new FrmSetCbo(cboAccumulate, CboData.AccumulatePath);

            fs.Show();
        }
コード例 #4
0
        private void btnSetValue_Click(object sender, EventArgs e)
        {
            FrmSetCbo fs = new FrmSetCbo(cboiWearAmsType, CboData.IWearAmspath);

            fs.Show();
        }