C# 클래스 ThoughtWorks.VisualStudio.FeedbackViewControl

Interaction logic for FeedbackView.xaml
상속: IDisposable
파일 보기 프로젝트 열기: ThoughtWorksStudios/vs-connector 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

FeedbackViewControl ( ) : System

This control handles the user interface and submission of feedback email.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

비공개 메소드들

메소드 설명
OnButtonCancelClick ( object sender, RoutedEventArgs e ) : void
OnButtonSubmitClick ( object sender, RoutedEventArgs e ) : void
OnEmailDataLostFocus ( object sender, RoutedEventArgs e ) : void
OnWindowClosing ( object sender, CancelEventArgs e ) : void
OnWindowInitialized ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

FeedbackViewControl() 공개 메소드

This control handles the user interface and submission of feedback email.
public FeedbackViewControl ( ) : System
리턴 System