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