C# Class Views.DocumentarySourceWindow

Inheritance: Gtk.Window, IEditable
Afficher le fichier Open project: monsterlabs/HumanRightsTracker

Méthodes publiques

Méthode Description
DocumentarySourceWindow ( ) : System
DocumentarySourceWindow ( Case c, EventHandler OnSave, Gtk parent ) : System
DocumentarySourceWindow ( DocumentarySource ds, EventHandler onSave, Gtk parent ) : System

Méthodes protégées

Méthode Description
OnCancel ( object sender, System e ) : void
OnSave ( object sender, System e ) : void

Method Details

DocumentarySourceWindow() public méthode

public DocumentarySourceWindow ( ) : System
Résultat System

DocumentarySourceWindow() public méthode

public DocumentarySourceWindow ( Case c, EventHandler OnSave, Gtk parent ) : System
c Case
OnSave EventHandler
parent Gtk
Résultat System

DocumentarySourceWindow() public méthode

public DocumentarySourceWindow ( DocumentarySource ds, EventHandler onSave, Gtk parent ) : System
ds DocumentarySource
onSave EventHandler
parent Gtk
Résultat System

OnCancel() protected méthode

protected OnCancel ( object sender, System e ) : void
sender object
e System
Résultat void

OnSave() protected méthode

protected OnSave ( object sender, System e ) : void
sender object
e System
Résultat void