Example #1
0
 public override void KeyEventHandler(Keys keyData)
 {
     _currentLightManager.KeyDown(keyData);
     this.UpdateCanvas();
 }