Ejemplo n.º 1
0
 public FormInsertAnuncio()
 {
     variables = new VariablesInsert();
 }
Ejemplo n.º 2
0
 public FormInsertAnuncio(FormUpdateAnuncio formAnuncio)
 {
     variables = new VariablesInsert(formAnuncio.variables);
 }