Beispiel #1
0
        private void rstrt2_Click(object sender, EventArgs e)
        {
            acc_trns tnf = new acc_trns();

            tnf.Show();
            this.Close();
        }
Beispiel #2
0
        private void button1_Click(object sender, EventArgs e)
        {
            acc_trns tranny = new acc_trns();

            try
            {
                tranny.tx(lv.FocusedItem.Text, lv.FocusedItem.Group.Header, p_a);
                this.Close();
            }
            catch (Exception erty) { }
        }
Beispiel #3
0
        private void vvmtr_Click(object sender, EventArgs e)
        {
            acc_trns tn = new acc_trns();

            tn.Show();
        }