| 561 | } |
| 562 | |
| 563 | BOOL CMegacellDialog::DestroyWindow() { |
| 564 | SaveMegacellsOnClose(); |
| 565 | |
| 566 | return CDialog::DestroyWindow(); |
| 567 | } |
| 568 | |
| 569 | BOOL CMegacellDialog::OnInitDialog() { |
| 570 | static int first_time = 1; |
no outgoing calls
no test coverage detected