| 76 | } |
| 77 | |
| 78 | bool TimeDialog::TransferDataToWindow() |
| 79 | { |
| 80 | mTimeCtrl->SetFormatName(mFormat); |
| 81 | mTimeCtrl->SetValue(mTime); |
| 82 | mTimeCtrl->SetFocus(); |
| 83 | |
| 84 | return true; |
| 85 | } |
| 86 | |
| 87 | bool TimeDialog::TransferDataFromWindow() |
| 88 | { |
nothing calls this directly
no test coverage detected