C# Class Updater.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
显示文件 Open project: frainworks/nex Class Usage Examples

Public Properties

Property Type Description
appPath string
channel string
description string
latestVer string
releaseDate string

Public Methods

Method Description
MainWindow ( ) : System

Private Methods

Method Description
ExitButton_Click ( object sender, RoutedEventArgs e ) : void
InitializeComponent ( ) : void
System ( int connectionId, object target ) : void
Window_Closing ( object sender, System e ) : void
Window_Loaded ( object sender, RoutedEventArgs e ) : void
wc_DownloadProgressChanged ( Object sender, DownloadProgressChangedEventArgs e ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System

Property Details

appPath public_oe property

public string appPath
return string

channel public_oe property

public string channel
return string

description public_oe property

public string description
return string

latestVer public_oe property

public string latestVer
return string

releaseDate public_oe property

public string releaseDate
return string