Ejemplo n.º 1
0
 /// <summary>
 /// Saves the <paramref name="value"/> for report on next startup
 /// </summary>
 public static void CreateExceptionalMsg(string value)
 {
     ApplicationSettingsHelper.SaveSettingsValue("ExceptionLog", value);
 }