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