C# Class Views.CaseRelationshipDetailWindow

Inheritance: Gtk.Window
Mostrar archivo Open project: monsterlabs/HumanRightsTracker

Public Methods

Method Description
CaseRelationshipDetailWindow ( Case c, EventHandler OnSave, Gtk parent ) : System
CaseRelationshipDetailWindow ( CaseRelationship case_relationship, EventHandler OnSave, Gtk parent ) : System

Protected Methods

Method Description
OnShowCanceled ( object sender, System e ) : void
OnShowSaved ( object sender, System e ) : void

Method Details

CaseRelationshipDetailWindow() public method

public CaseRelationshipDetailWindow ( Case c, EventHandler OnSave, Gtk parent ) : System
c Case
OnSave EventHandler
parent Gtk
return System

CaseRelationshipDetailWindow() public method

public CaseRelationshipDetailWindow ( CaseRelationship case_relationship, EventHandler OnSave, Gtk parent ) : System
case_relationship CaseRelationship
OnSave EventHandler
parent Gtk
return System

OnShowCanceled() protected method

protected OnShowCanceled ( object sender, System e ) : void
sender object
e System
return void

OnShowSaved() protected method

protected OnShowSaved ( object sender, System e ) : void
sender object
e System
return void