C# Class Views.AddressDetailWindow

Inheritance: Gtk.Window
Mostrar archivo Open project: monsterlabs/HumanRightsTracker

Public Methods

Method Description
AddressDetailWindow ( Address a, EventHandler OnSave, Gtk parent ) : System
AddressDetailWindow ( Address a, Gtk parent ) : System
AddressDetailWindow ( Person p, EventHandler OnSave, Gtk parent ) : System

Protected Methods

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

Method Details

AddressDetailWindow() public method

public AddressDetailWindow ( Address a, EventHandler OnSave, Gtk parent ) : System
a Address
OnSave EventHandler
parent Gtk
return System

AddressDetailWindow() public method

public AddressDetailWindow ( Address a, Gtk parent ) : System
a Address
parent Gtk
return System

AddressDetailWindow() public method

public AddressDetailWindow ( Person p, EventHandler OnSave, Gtk parent ) : System
p Person
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