C# Class NAppUpdate.SampleApp.UpdateWindow

Interaction logic for UpdateWindow.xaml
Inheritance: System.Windows.Window, INotifyPropertyChanged
Mostrar archivo Open project: synhershko/NAppUpdate Class Usage Examples

Public Methods

Method Description
InvokePropertyChanged ( string propertyName ) : void
UpdateWindow ( ) : System

Private Methods

Method Description
DoEvents ( ) : void
InstallAtExit_Click ( object sender, RoutedEventArgs e ) : void
InstallNow_Click ( object sender, RoutedEventArgs e ) : void
ShowThrobber ( ) : void

Method Details

InvokePropertyChanged() public method

public InvokePropertyChanged ( string propertyName ) : void
propertyName string
return void

UpdateWindow() public method

public UpdateWindow ( ) : System
return System