| 211 | } |
| 212 | |
| 213 | void CWaterProceduralDialog::OnTimer(UINT nIDEvent) { |
| 214 | // TODO: Add your message handler code here and/or call default |
| 215 | UpdateProcView(); |
| 216 | |
| 217 | CDialog::OnTimer(nIDEvent); |
| 218 | } |
| 219 | |
| 220 | BOOL CWaterProceduralDialog::OnInitDialog() { |
| 221 | CDialog::OnInitDialog(); |