C# 클래스 Views.DocumentarySourceDetailWindow

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

공개 메소드들

메소드 설명
DocumentarySourceDetailWindow ( Case c, EventHandler OnSave, Gtk parent ) : System
DocumentarySourceDetailWindow ( DocumentarySource doc_source, EventHandler OnSave, Gtk parent ) : System

보호된 메소드들

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

메소드 상세

DocumentarySourceDetailWindow() 공개 메소드

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

DocumentarySourceDetailWindow() 공개 메소드

public DocumentarySourceDetailWindow ( DocumentarySource doc_source, EventHandler OnSave, Gtk parent ) : System
doc_source DocumentarySource
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