C# Class Views.InstitutionCreateWindow

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

Public Methods

Method Description
InstitutionCreateWindow ( EventHandler OnSaveButtonClicked, Gtk parent ) : System

Protected Methods

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

Method Details

InstitutionCreateWindow() public method

public InstitutionCreateWindow ( EventHandler OnSaveButtonClicked, Gtk parent ) : System
OnSaveButtonClicked EventHandler
parent Gtk
return System

OnSave() protected method

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