コード例 #1
0
 ~TestWindow() {
   timer.Cancel();
 }
コード例 #2
0
 virtual void OnDestroy() {
   timer.Cancel();
   SingleWindow::OnDestroy();
 }