C# 클래스 XCom.Interfaces.xcFileOptions

파일 보기 프로젝트 열기: pmprog/OpenXCOM.Tools

공개 메소드들

메소드 설명
Init ( bool save, bool bmp, bool open, bool custom ) : void
this ( IXCImageFile filter ) : bool
xcFileOptions ( ) : System
xcFileOptions ( bool save, bool bmp, bool open, bool custom ) : System

메소드 상세

Init() 공개 메소드

public Init ( bool save, bool bmp, bool open, bool custom ) : void
save bool
bmp bool
open bool
custom bool
리턴 void

this() 공개 메소드

public this ( IXCImageFile filter ) : bool
filter IXCImageFile
리턴 bool

xcFileOptions() 공개 메소드

public xcFileOptions ( ) : System
리턴 System

xcFileOptions() 공개 메소드

public xcFileOptions ( bool save, bool bmp, bool open, bool custom ) : System
save bool
bmp bool
open bool
custom bool
리턴 System