C# 클래스 ForumClientWPF.PostControl

Interaction logic for PostControl.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: sagioto/forum 1 사용 예제들

공개 메소드들

메소드 설명
PostControl ( Post p, bool isReply ) : System
newPostWin_closed ( ) : void

비공개 메소드들

메소드 설명
addReplyImage_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
editImage_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
expandIndicator_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
saveImage_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
setGUI ( bool isReply ) : void

메소드 상세

PostControl() 공개 메소드

public PostControl ( Post p, bool isReply ) : System
p ForumShared.SharedDataTypes.Post
isReply bool
리턴 System

newPostWin_closed() 공개 메소드

public newPostWin_closed ( ) : void
리턴 void