C# Класс KSUtil.MainWindow

Interaction logic for the MainWindow Handles all UI operations, including View and Compare Files.
Наследование: System.Windows.Window, INotifyPropertyChanged
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
MainWindow ( ) : System

Initializes a new instance of the MainWindow class

Приватные методы

Метод Описание
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

Описание методов

MainWindow() публичный Метод

Initializes a new instance of the MainWindow class
public MainWindow ( ) : System
Результат System