C# Class Views.DocumentarySourceWindow

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

Public Methods

Method Description
DocumentarySourceWindow ( ) : System
DocumentarySourceWindow ( Case c, EventHandler OnSave, Gtk parent ) : System
DocumentarySourceWindow ( DocumentarySource ds, EventHandler onSave, Gtk parent ) : System

Protected Methods

Method Description
OnCancel ( object sender, System e ) : void
OnSave ( object sender, System e ) : void

Method Details

DocumentarySourceWindow() public method

public DocumentarySourceWindow ( ) : System
return System

DocumentarySourceWindow() public method

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

DocumentarySourceWindow() public method

public DocumentarySourceWindow ( DocumentarySource ds, EventHandler onSave, Gtk parent ) : System
ds DocumentarySource
onSave EventHandler
parent Gtk
return System

OnCancel() protected method

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

OnSave() protected method

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