Пример #1
0
 public FormInsertAnuncio(FormUpdateAnuncio formAnuncio)
 {
     variables = new VariablesInsert(formAnuncio.variables);
 }
Пример #2
0
 public FormDeleteAnuncio(FormUpdateAnuncio formAnuncio)
 {
     variables = new VariablesDelete(formAnuncio.variables);
 }