C# Class KSUtil.MainWindow

Interaction logic for the MainWindow Handles all UI operations, including View and Compare Files.
Inheritance: System.Windows.Window, INotifyPropertyChanged
显示文件 Open project: angelaHillier/KSUtil Class Usage Examples

Public Methods

Method Description
MainWindow ( ) : System

Initializes a new instance of the MainWindow class

Private Methods

Method Description
CloseFile_Click ( object sender, RoutedEventArgs e ) : void

Handles the click event for the Exit button

CompareFiles_Click ( object sender, RoutedEventArgs e ) : void

Handles the click event for the 'Compare Files' button

Exit_Click ( object sender, RoutedEventArgs e ) : void

Handles the click event for the Exit button

NotifyPropertyChanged ( [ propertyName = "" ) : void

Notifies UI that a property has changed

OpenFileForInspection ( ) : string

Launches the OpenFileDialog window to help user find/select an event file for inspection

ViewFile_Click ( object sender, RoutedEventArgs e ) : void

Handles the click event for the View File button

Method Details

MainWindow() public method

Initializes a new instance of the MainWindow class
public MainWindow ( ) : System
return System