C# Class MGPackager.FileDialog

Inheritance: IFileDialog
显示文件 Open project: MonoGame/MonoGame.Packager Class Usage Examples

Public Methods

Method Description
AddFilter ( string name, string pattern ) : void
FileDialog ( Gtk.Window window, FileChooserAction action ) : Gtk
FileDialog ( MainWindow window, FileChooserAction action ) : System.Windows.Forms
Run ( ) : ResponseType

Method Details

AddFilter() public method

public AddFilter ( string name, string pattern ) : void
name string
pattern string
return void

FileDialog() public method

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

FileDialog() public method

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

Run() public method

public Run ( ) : ResponseType
return ResponseType