예제 #1
0
 /// <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();
 }
예제 #2
0
 /// <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();
 }