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