Пример #1
0
 /// <summary>
 /// Set the configuration information update notifications
 /// </summary>
 /// <param name="updateNotifications">Configuration information update notifications</param>
 /// <returns>True if the operation was successful</returns>
 public bool SetUpdateNotifications(dc_UpdateNotifications updateNotifications)
 {
     return(m_localData.SetUpdateNotifications(updateNotifications));
 }