C# Class nature_net.MainWindow

Interaction logic for main_window.xaml
Inheritance: System.Windows.Window
Datei anzeigen Open project: naturenet/nature-net-ppi

Public Methods

Method Description
MainWindow ( ) : System

Private Methods

Method Description
MainWindow_Closing ( object sender, System e ) : void
MainWindow_Loaded ( object sender, RoutedEventArgs e ) : void
MainWindow_Unloaded ( object sender, RoutedEventArgs e ) : void
application_panel_PreviewMouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
application_panel_PreviewTouchDown ( object sender, System.Windows.Input.TouchEventArgs e ) : void
application_panel_PreviewTouchUp ( object sender, System.Windows.Input.TouchEventArgs e ) : void
change_update_status ( bool red ) : void
item_droped_on_workspace ( object sender, SurfaceDragDropEventArgs e ) : void
load_locations_on_map ( int screen_x ) : void
reddot_PreviewTouchDown ( object sender, System.Windows.Input.TouchEventArgs e ) : void
tb_PreviewTouchDown ( object sender, System.Windows.Input.TouchEventArgs e ) : void
update_changes ( Object stateInfo ) : void
workspace_ManipulationCompleted ( object sender, System.Windows.Input.ManipulationCompletedEventArgs e ) : void
workspace_ManipulationDelta ( object sender, System.Windows.Input.ManipulationDeltaEventArgs e ) : void
workspace_ManipulationStarting ( object sender, System.Windows.Input.ManipulationStartingEventArgs e ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System