/// <summary>
 /// 
 /// </summary>
 public void ShowSettings()
 {
     frmPluginSettings frm = new frmPluginSettings();
     frm.Show();
     //on the form's OK button you must write code to save your settings persistently
     //and on the constructor of this class you must write code to read them
 }