Exemple #1
0
        private void button2_Click(object sender, EventArgs e)
        {
            string text = this.tbCtlXscp.TabPages[this.tbCtlXscp.SelectedIndex].Text;

            if (this.rbtnAfter.Checked)
            {
                text += "-后二";
            }
            else
            {
                text += "-前二";
            }
            FormTendency ft = new FormTendency(text);

            ft.Show();
        }
Exemple #2
0
        private void button2_Click(object sender, EventArgs e)
        {
            string text = "分分彩";

            if (this.rbtnAfter.Checked)
            {
                text += "-后二";
            }
            else
            {
                text += "-前二";
            }
            FormTendency ft = new FormTendency(text);

            ft.Show();
        }