private void btnSetear_Click_1(object sender, EventArgs e)
 {
     mntSeteoCodigoBarra frm = new mntSeteoCodigoBarra();
     frm.ShowDialog();
 }
Esempio n. 2
0
        private void btnSetear_Click_1(object sender, EventArgs e)
        {
            mntSeteoCodigoBarra frm = new mntSeteoCodigoBarra();

            frm.ShowDialog();
        }