~TestWindow() {
   timer.Cancel();
 }
Example #2
0
 virtual void OnDestroy() {
   timer.Cancel();
   SingleWindow::OnDestroy();
 }