/// <summary>
 /// edit button was pressed <br />
 /// just edit via parent config
 /// </summary>
 /// <param name="sender">ignored</param>
 /// <param name="e">ignored</param>
 private void btnEdit_Click(object sender, EventArgs e)
 {
     m_config.Edit();
 }