Exemplo n.º 1
0
        private void btnSelBtn_Click(object sender, EventArgs e)
        {
            switch (cboCondition.SelectedValue.ToString())
            {
            case "2":
                ToolsHelper.OpenNpcData(txtiArg1Edit, txtiArgName, Const.OpenType.Radio);
                break;

            case "11":
                ToolsHelper.OpenItemData(txtiArg1Edit, txtiArgName, Const.OpenType.Radio);
                break;

            case "7":
                FrmRound fr = new FrmRound(txtiArg1Edit, txtiArgName);
                fr.ShowDialog();
                break;
            }
        }
Exemplo n.º 2
0
        private void button1_Click(object sender, EventArgs e)
        {
            FrmRound fr = new FrmRound(txtiArg2Edit, txtiAgr2Name);

            fr.ShowDialog();
        }