Example #1
0
        private void otherAcc_text_Click(object sender, EventArgs e)
        {
            OtherAcc oacc = new OtherAcc();

            oacc.Show();
            oacc.BringToFront();
        }
 private void otherAcc_text_Click(object sender, EventArgs e)
 {
     OtherAcc oacc = new OtherAcc();
     oacc.Show();
     oacc.BringToFront();
 }