Esempio n. 1
0
        private void btnCopyToA_Click(object sender, EventArgs e)
        {
            //ProtOut protOut = new ProtOut();
            if (!protOut.IsDisposed)
            {
                protOut.Show();
            }

            protOut.txtNa.Text = txtN.Text;
            protOut.txtDa.Text = txtD.Text;
        }
Esempio n. 2
0
        private void btnPOut_Click(object sender, EventArgs e)
        {
            ProtOut protOut = new ProtOut();

            protOut.Show();
        }