C# 클래스 MailConvert.Form1

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: hijirichan/AkaneMail

공개 프로퍼티들

프로퍼티 타입 설명
collectionMail ArrayList[]

공개 메소드들

메소드 설명
DataConvertA ( string file_name ) : int
DataConvertB ( string file_name ) : int
Form1 ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

使用中のリソースをすべてクリーンアップします。

비공개 메소드들

메소드 설명
GetPriority ( string header ) : string

重要度取得

InitializeComponent ( ) : void

デザイナ サポートに必要なメソッドです。このメソッドの内容を コード エディタで変更しないでください。

buttonClose_Click ( object sender, EventArgs e ) : void
buttonConvert_Click ( object sender, EventArgs e ) : void

메소드 상세

DataConvertA() 공개 메소드

public DataConvertA ( string file_name ) : int
file_name string
리턴 int

DataConvertB() 공개 메소드

public DataConvertB ( string file_name ) : int
file_name string
리턴 int

Dispose() 보호된 메소드

使用中のリソースをすべてクリーンアップします。
protected Dispose ( bool disposing ) : void
disposing bool マネージ リソースが破棄される場合 true、破棄されない場合は false です。
리턴 void

Form1() 공개 메소드

public Form1 ( ) : System
리턴 System

프로퍼티 상세

collectionMail 공개적으로 프로퍼티

public ArrayList[] collectionMail
리턴 ArrayList[]