C# Class Paint.EmailSender

Email sender - allow user to fill in destination email address and send a picture to someone
Afficher le fichier Open project: RandolphBurt/MonoGame-iOS-SimplePaint Class Usage Examples

Méthodes publiques

Méthode Description
EmailSender ( UIViewController parentController ) : System

Initializes a new instance of the Paint.EmailSender class.

SendImage ( string filename ) : void

Method Details

EmailSender() public méthode

Initializes a new instance of the Paint.EmailSender class.
public EmailSender ( UIViewController parentController ) : System
parentController UIViewController /// The parent controller (owner of the email form we will display) ///
Résultat System

SendImage() public méthode

public SendImage ( string filename ) : void
filename string
Résultat void