C# Class Views.AddressDetailWindow

Inheritance: Gtk.Window
Afficher le fichier Open project: monsterlabs/HumanRightsTracker

Méthodes publiques

Méthode Description
AddressDetailWindow ( Address a, EventHandler OnSave, Gtk parent ) : System
AddressDetailWindow ( Address a, Gtk parent ) : System
AddressDetailWindow ( Person p, EventHandler OnSave, Gtk parent ) : System

Méthodes protégées

Méthode Description
OnShowCanceled ( object sender, System e ) : void
OnShowSaved ( object sender, System e ) : void

Method Details

AddressDetailWindow() public méthode

public AddressDetailWindow ( Address a, EventHandler OnSave, Gtk parent ) : System
a Address
OnSave EventHandler
parent Gtk
Résultat System

AddressDetailWindow() public méthode

public AddressDetailWindow ( Address a, Gtk parent ) : System
a Address
parent Gtk
Résultat System

AddressDetailWindow() public méthode

public AddressDetailWindow ( Person p, EventHandler OnSave, Gtk parent ) : System
p Person
OnSave EventHandler
parent Gtk
Résultat System

OnShowCanceled() protected méthode

protected OnShowCanceled ( object sender, System e ) : void
sender object
e System
Résultat void

OnShowSaved() protected méthode

protected OnShowSaved ( object sender, System e ) : void
sender object
e System
Résultat void