Example #1
0
 private void buttonParall_Click(object sender, EventArgs e)
 {
     Parall windowParall = new Parall();
     windowParall.Show();
 }
Example #2
0
        private void buttonParall_Click(object sender, EventArgs e)
        {
            Parall windowParall = new Parall();

            windowParall.Show();
        }