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