/// <summary> /// /// </summary> /// <param name="sender"></param> /// <param name="e"></param> private void DGV_Accounts_DoubleClick(object sender, EventArgs e) { ManageAuthentications.Form_ManageAuthentications lManageSystems = new ManageAuthentications.Form_ManageAuthentications(PluginParameters.HostApplication); lManageSystems.ShowDialog(); cAccountPatterns = cTask.readAuthenticationPatterns(); }