C# 클래스 SANTA.UI.LoadImages

파일 보기 프로젝트 열기: siegleal/iSanta

공개 메소드들

메소드 설명
LoadImages ( ) : System

Construct a LoadImages form

LoadImages ( String IDs ) : System

Construct a LoadImages form with the text field populated with the indicated IDs.

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

button_Cancel_Click ( object sender, EventArgs e ) : void

When cancel is clicked, close the form.

button_OK_Click ( object sender, EventArgs e ) : void

When OK is clicked, parse the text field into integers and close the form.

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

LoadImages() 공개 메소드

Construct a LoadImages form
public LoadImages ( ) : System
리턴 System

LoadImages() 공개 메소드

Construct a LoadImages form with the text field populated with the indicated IDs.
public LoadImages ( String IDs ) : System
IDs String The target ID string to put in the text field.
리턴 System