C# Class Paint.EmailSender

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

Public Methods

Method Description
EmailSender ( UIViewController parentController ) : System

Initializes a new instance of the Paint.EmailSender class.

SendImage ( string filename ) : void

Method Details

EmailSender() public method

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) ///
return System

SendImage() public method

public SendImage ( string filename ) : void
filename string
return void