C# Class PersonalAnalytics.Upload.UploadReminder

This pop-up is shown once a week, on the first work day of the week
Inheritance: System.Windows.Window
Exibir arquivo Open project: sealuzh/PersonalAnalytics Class Usage Examples

Public Methods

Method Description
ShowDialog ( ) : bool?

override ShowDialog method to place it on the bottom right corner of the developer's screen

UploadReminder ( ) : System

Private Methods

Method Description
NotShareData ( object sender, RoutedEventArgs e ) : void
ShareData ( object sender, RoutedEventArgs e ) : void
UploadReminder_OnClosed ( object sender, EventArgs e ) : void
UserAnsweredPopUp ( bool userAllowsUpload ) : void

Close the pop-up and save the value.

Method Details

ShowDialog() public method

override ShowDialog method to place it on the bottom right corner of the developer's screen
public ShowDialog ( ) : bool?
return bool?

UploadReminder() public method

public UploadReminder ( ) : System
return System