C# Class Views.InterventionDetailWindow

Inheritance: Gtk.Window
Show file Open project: monsterlabs/HumanRightsTracker

Public Methods

Method Description
InterventionDetailWindow ( Case c, EventHandler OnSave, Gtk parent ) : System
InterventionDetailWindow ( Intervention intervention, EventHandler OnSave, Gtk parent ) : System
InterventionDetailWindow ( Intervention intervention, Gtk parent ) : System

Protected Methods

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

Method Details

InterventionDetailWindow() public method

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

InterventionDetailWindow() public method

public InterventionDetailWindow ( Intervention intervention, EventHandler OnSave, Gtk parent ) : System
intervention Intervention
OnSave EventHandler
parent Gtk
return System

InterventionDetailWindow() public method

public InterventionDetailWindow ( Intervention intervention, Gtk parent ) : System
intervention Intervention
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