Example #1
0
        //add a equation setting form
        private void skinButton2_Click(object sender, EventArgs e)
        {
            equationForm equationform = new equationForm();

            equationform.labelTranlate += new labelTranslateEventHandler(text_Translate);
            equationform.ShowDialog();
            label1.Text = labelNew.Text;
            label1.Show();
        }
Example #2
0
        //add a equation setting form
        private void skinButton2_Click(object sender, EventArgs e)
        {
            equationForm equationform = new equationForm();

            equationform.Show();
        }