Exemple #1
0
 public FormInsertAnuncio(FormUpdateAnuncio formAnuncio)
 {
     variables = new VariablesInsert(formAnuncio.variables);
 }
 public FormDeleteAnuncio(FormUpdateAnuncio formAnuncio)
 {
     variables = new VariablesDelete(formAnuncio.variables);
 }