C# Class Updater.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Show file 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 property

public string appPath
return string

channel public property

public string channel
return string

description public property

public string description
return string

latestVer public property

public string latestVer
return string

releaseDate public property

public string releaseDate
return string