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