/// <summary>
 /// error label was pressed <br />
 /// just show information via parrent
 /// </summary>
 /// <param name="sender">ignored</param>
 /// <param name="e">ignored</param>
 private void llReadError_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
 {
     m_config.ShowErrors();
 }