Esempio n. 1
0
        private void FullExtent(object sender, RoutedEventArgs e)
        {
            ICommand command = new ControlsGlobeFullExtentCommand();

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