public WriteFileContentsToTextBoxWhenOpenFileDialogResultSuccessfulNotificationHandler(FileContentsTextBox textBox)
 {
     _textBox = textBox;
 }
Beispiel #2
0
 public SaveTextBoxContentsToFileWhenSaveFileDialogResultSuccessfulNotificationHandler(FileContentsTextBox textBox)
 {
     _textBox = textBox;
 }