Esempio n. 1
0
 private void btnSalva_Click(object sender, EventArgs e)
 {
     CtrlToModel();
     AppRepo.SaveSmtpConfig(_smtpCfg);
 }