Пример #1
0
 public void EncryptFile()
 {
     LoadTextToEncrypt();
     EncryptText();
     SaveEncryptedText();
     // Update the UI
     // NEW DELEGATE
     // Call the form's method to update the UI using a safe delegate
     proForm.AddToListBox(prsInputFileName);
 }