Esempio n. 1
0
 /// <summary>
 /// "Click" event handler of the "Add" menu-item.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param>
 private void mnuAdd_Click(object sender, EventArgs e)
 {
     TestCrypt.Forms.FormSearch dlgSearch = new Forms.FormSearch();
     dlgSearch.ShowDialog();
     UpdateUI();
 }
Esempio n. 2
0
 /// <summary>
 /// "Click" event handler of the "Add" menu-item.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param>
 private void mnuAdd_Click(object sender, EventArgs e)
 {
     TestCrypt.Forms.FormSearch dlgSearch = new Forms.FormSearch();
     dlgSearch.ShowDialog();
     UpdateUI();
 }