C# Class Views.InterventionDetailWindow

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

Méthodes publiques

Méthode Description
InterventionDetailWindow ( Case c, EventHandler OnSave, Gtk parent ) : System
InterventionDetailWindow ( Intervention intervention, EventHandler OnSave, Gtk parent ) : System
InterventionDetailWindow ( Intervention intervention, Gtk parent ) : System

Méthodes protégées

Méthode Description
OnShowCanceled ( object sender, System e ) : void
OnShowSaved ( object sender, System e ) : void

Method Details

InterventionDetailWindow() public méthode

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

InterventionDetailWindow() public méthode

public InterventionDetailWindow ( Intervention intervention, EventHandler OnSave, Gtk parent ) : System
intervention Intervention
OnSave EventHandler
parent Gtk
Résultat System

InterventionDetailWindow() public méthode

public InterventionDetailWindow ( Intervention intervention, Gtk parent ) : System
intervention Intervention
parent Gtk
Résultat System

OnShowCanceled() protected méthode

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

OnShowSaved() protected méthode

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