C# 클래스 Views.InformationSourceDetailWindow

상속: Gtk.Window
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker

공개 메소드들

메소드 설명
InformationSourceDetailWindow ( Case c, EventHandler OnSave, Gtk parent ) : System
InformationSourceDetailWindow ( InformationSource inf_source, EventHandler OnSave, Gtk parent ) : System

보호된 메소드들

메소드 설명
OnShowCanceled ( object sender, System e ) : void
OnShowSaved ( object sender, System e ) : void

메소드 상세

InformationSourceDetailWindow() 공개 메소드

public InformationSourceDetailWindow ( Case c, EventHandler OnSave, Gtk parent ) : System
c Case
OnSave EventHandler
parent Gtk
리턴 System

InformationSourceDetailWindow() 공개 메소드

public InformationSourceDetailWindow ( InformationSource inf_source, EventHandler OnSave, Gtk parent ) : System
inf_source InformationSource
OnSave EventHandler
parent Gtk
리턴 System

OnShowCanceled() 보호된 메소드

protected OnShowCanceled ( object sender, System e ) : void
sender object
e System
리턴 void

OnShowSaved() 보호된 메소드

protected OnShowSaved ( object sender, System e ) : void
sender object
e System
리턴 void