コード例 #1
0
 public FormInsertAnuncio()
 {
     variables = new VariablesInsert();
 }
コード例 #2
0
 public FormInsertAnuncio(FormUpdateAnuncio formAnuncio)
 {
     variables = new VariablesInsert(formAnuncio.variables);
 }