Ejemplo n.º 1
0
        public ABMPapeleria(Papeleria p, bool elimina)
        {
            InitializeComponent();
            papel = p;
            if (elimina)
            {
                Utils.habilitar(false, gbPapel);
            }
            else
            {

            }
        }
Ejemplo n.º 2
0
 private void ABMEmails_FormClosed(object sender, FormClosedEventArgs e)
 {
     if (cancela)
          papel = null;
 }
Ejemplo n.º 3
0
 private void btnCancelar_Click(object sender, EventArgs e)
 {
     papel = null;
      Dispose();
 }