C# Class Views.CaseRelationshipDetailWindow

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

Méthodes publiques

Méthode Description
CaseRelationshipDetailWindow ( Case c, EventHandler OnSave, Gtk parent ) : System
CaseRelationshipDetailWindow ( CaseRelationship case_relationship, EventHandler OnSave, 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

CaseRelationshipDetailWindow() public méthode

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

CaseRelationshipDetailWindow() public méthode

public CaseRelationshipDetailWindow ( CaseRelationship case_relationship, EventHandler OnSave, Gtk parent ) : System
case_relationship CaseRelationship
OnSave EventHandler
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