Exemple #1
0
        private void SpinRight(object sender, RoutedEventArgs e)
        {
            ICommand command = new ControlsGlobeSpinCounterClockwiseCommand();

            command.OnCreate(globeControl.Object);
            command.OnClick();
        }
 private void SpinRight(object sender, RoutedEventArgs e)
 {
     ICommand command = new ControlsGlobeSpinCounterClockwiseCommand();
     command.OnCreate(globeControl.Object);
     command.OnClick();
 }