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