C# Class Views.InformationSourceDetailWindow

Inheritance: Gtk.Window
Datei anzeigen Open project: monsterlabs/HumanRightsTracker

Public Methods

Method Description
InformationSourceDetailWindow ( Case c, EventHandler OnSave, Gtk parent ) : System
InformationSourceDetailWindow ( InformationSource inf_source, EventHandler OnSave, Gtk parent ) : System

Protected Methods

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

Method Details

InformationSourceDetailWindow() public method

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

InformationSourceDetailWindow() public method

public InformationSourceDetailWindow ( InformationSource inf_source, EventHandler OnSave, Gtk parent ) : System
inf_source InformationSource
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