Exemple #1
0
 void controller_TimerLoop(object source)
 {
     _fluidContainerMain.WaveControllerObject.Update((float)Controller.TimeStep, (float)Controller.TimeStep);
     _fluidContainerMain.Draw();
 }