C# Class Views.DocumentarySourceDetailWindow

Inheritance: Gtk.Window
Exibir arquivo Open project: monsterlabs/HumanRightsTracker

Public Methods

Method Description
DocumentarySourceDetailWindow ( Case c, EventHandler OnSave, Gtk parent ) : System
DocumentarySourceDetailWindow ( DocumentarySource doc_source, EventHandler OnSave, Gtk parent ) : System

Protected Methods

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

Method Details

DocumentarySourceDetailWindow() public method

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

DocumentarySourceDetailWindow() public method

public DocumentarySourceDetailWindow ( DocumentarySource doc_source, EventHandler OnSave, Gtk parent ) : System
doc_source DocumentarySource
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