C# 클래스 Paint.EmailSender

Email sender - allow user to fill in destination email address and send a picture to someone
파일 보기 프로젝트 열기: RandolphBurt/MonoGame-iOS-SimplePaint 1 사용 예제들

공개 메소드들

메소드 설명
EmailSender ( UIViewController parentController ) : System

Initializes a new instance of the Paint.EmailSender class.

SendImage ( string filename ) : void

메소드 상세

EmailSender() 공개 메소드

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) ///
리턴 System

SendImage() 공개 메소드

public SendImage ( string filename ) : void
filename string
리턴 void