Exemple #1
0
 /// <summary>
 /// Save the changes to the database.
 /// </summary>
 private void Save()
 {
     Helpers.ForeceDataBindUpdate(this);
     if (m_service.SavePart(m_part))
     {
         Close();
     }
 }