private void EditarComentarios()
 {
     if (this.Elemento != null && this.Elemento.Existe)
     {
         Lfc.Etiquetas FormularioEtiquetas = new Lfc.Etiquetas();
         FormularioEtiquetas.Elemento = this.Elemento;
         FormularioEtiquetas.Show();
     }
 }
Beispiel #2
0
 private void EnlaceEtiquetas_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
 {
     if (ElementoActual != null)
     {
         Lfc.Etiquetas FormularioEtiquetas = new Lfc.Etiquetas();
         FormularioEtiquetas.Elemento = ElementoActual;
         FormularioEtiquetas.Show();
     }
 }
Beispiel #3
0
 private void EnlaceEtiquetas_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
 {
         if (ElementoActual != null) {
                 Lfc.Etiquetas FormularioEtiquetas = new Lfc.Etiquetas();
                 FormularioEtiquetas.Elemento = ElementoActual;
                 FormularioEtiquetas.Show();
         }
 }
 private void EditarComentarios()
 {
         if (this.Elemento != null && this.Elemento.Existe) {
                 Lfc.Etiquetas FormularioEtiquetas = new Lfc.Etiquetas();
                 FormularioEtiquetas.Elemento = this.Elemento;
                 FormularioEtiquetas.Show();
         }
 }