()
| 21 | { |
| 22 | public string InputResult; |
| 23 | public InputBox() |
| 24 | { |
| 25 | InitializeComponent(); |
| 26 | TextBox_NewName.Focus(); |
| 27 | } |
| 28 | |
| 29 | private void Button_Save_Click(object sender, RoutedEventArgs e) |
| 30 | { |
nothing calls this directly
no outgoing calls
no test coverage detected