C# Class WPFExample.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
显示文件 Open project: gkrsu/maparound.example

Public Methods

Method Description
MainWindow ( ) : System

Private Methods

Method Description
Open_CanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
Open_Executed ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
Refresh_CanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
Refreshg_Executed ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
SetViewBox ( ) : void
Zoom_CanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
Zoom_Executed ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System