C# Class Views.TrackingDetailWindow

Inheritance: Gtk.Window
显示文件 Open project: monsterlabs/HumanRightsTracker

Public Methods

Method Description
TrackingDetailWindow ( Case c, EventHandler OnSave, Gtk parent ) : System
TrackingDetailWindow ( TrackingInformation trackingInfo, EventHandler OnSave, Gtk parent ) : System

Protected Methods

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

Method Details

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

TrackingDetailWindow() public method

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

TrackingDetailWindow() public method

public TrackingDetailWindow ( TrackingInformation trackingInfo, EventHandler OnSave, Gtk parent ) : System
trackingInfo TrackingInformation
OnSave EventHandler
parent Gtk
return System