A Sandcastle Documented Class Library
MainWindowMenuItemFileOpen_Click Method |
Opens selected file, and tries to parse it with coordinates.
Output information will show in TextBlockOutput
Namespace: WpfUI
Assembly: WpfUI (in WpfUI.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
private void MenuItemFileOpen_Click( Object sender, RoutedEventArgs e )
Parameters
- sender
- Type: SystemObject
[Missing <param name="sender"/> documentation for "M:WpfUI.MainWindow.MenuItemFileOpen_Click(System.Object,System.Windows.RoutedEventArgs)"]
- e
- Type: System.WindowsRoutedEventArgs
[Missing <param name="e"/> documentation for "M:WpfUI.MainWindow.MenuItemFileOpen_Click(System.Object,System.Windows.RoutedEventArgs)"]
Remarks
Not very impressive
See Also