C# Class MGPackager.FileDialog

Inheritance: IFileDialog
Afficher le fichier Open project: MonoGame/MonoGame.Packager Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddFilter ( string name, string pattern ) : void
name string
pattern string
Résultat void

FileDialog() public méthode

public FileDialog ( Gtk.Window window, FileChooserAction action ) : Gtk
window Gtk.Window
action FileChooserAction
Résultat Gtk

FileDialog() public méthode

public FileDialog ( MainWindow window, FileChooserAction action ) : System.Windows.Forms
window MainWindow
action FileChooserAction
Résultat System.Windows.Forms

Run() public méthode

public Run ( ) : ResponseType
Résultat ResponseType