C# Class UniversalRateReminder.FeedbackPopup

A static class for showing a pop up for sending email feedback.
Mostrar archivo Open project: r2d2rigo/UniversalRateReminder

Public Methods

Method Description
ShowFeedbackDialogAsync ( ) : System.Threading.Tasks.Task

Shows the feedback dialog asynchronously.

Private Methods

Method Description
FeedbackPopup ( ) : System

Static constructor for initializing default values.

Method Details

ShowFeedbackDialogAsync() public static method

Shows the feedback dialog asynchronously.
public static ShowFeedbackDialogAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task