C# 클래스 entity.MapForms.IdentSwapper

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: troymac1ure/Entity 1 사용 예제들

공개 메소드들

메소드 설명
IdentSwapper ( ) : System

Initializes a new instance of the IdentSwapper class.

LoadStuff ( List idx, List offsetx, Map map ) : void

The load stuff.

보호된 메소드들

메소드 설명
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.

button1_Click ( object sender, EventArgs e ) : void

The button 1_ click.

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

IdentSwapper() 공개 메소드

Initializes a new instance of the IdentSwapper class.
public IdentSwapper ( ) : System
리턴 System

LoadStuff() 공개 메소드

The load stuff.
public LoadStuff ( List idx, List offsetx, Map map ) : void
idx List The idx.
offsetx List The offsetx.
map Map The map.
리턴 void