public override void Run(Canguro.View.GraphicView activeView) { if (activeView.ArcBallsInStack > 1) { activeView.PopArcBall(); // Update activeView view matrix activeView.ViewMatrix = activeView.ArcBallCtrl.ViewMatrix; } else System.Windows.Forms.MessageBox.Show(Culture.Get(Canguro.Properties.Resources.noZoomPreviousToDo)); //System.Windows.Forms.MessageBox.Show("Javier... Implementa!!!!"); }