Exemplo n.º 1
0
 public void nullfLAIE()
 {
     fLAIE = null;
 }
Exemplo n.º 2
0
 private void lblListEmail_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
 {
     fLAIE = new frmListAllInformasiEmail(iemDAO, this);
     fLAIE.Show();
 }