C# 클래스 MGPackager.FileDialog

상속: IFileDialog
파일 보기 프로젝트 열기: MonoGame/MonoGame.Packager 1 사용 예제들

공개 메소드들

메소드 설명
AddFilter ( string name, string pattern ) : void
FileDialog ( Gtk.Window window, FileChooserAction action ) : Gtk
FileDialog ( MainWindow window, FileChooserAction action ) : System.Windows.Forms
Run ( ) : ResponseType

메소드 상세

AddFilter() 공개 메소드

public AddFilter ( string name, string pattern ) : void
name string
pattern string
리턴 void

FileDialog() 공개 메소드

public FileDialog ( Gtk.Window window, FileChooserAction action ) : Gtk
window Gtk.Window
action FileChooserAction
리턴 Gtk

FileDialog() 공개 메소드

public FileDialog ( MainWindow window, FileChooserAction action ) : System.Windows.Forms
window MainWindow
action FileChooserAction
리턴 System.Windows.Forms

Run() 공개 메소드

public Run ( ) : ResponseType
리턴 ResponseType