C# Class ThoughtWorks.VisualStudio.FeedbackViewControl

Interaction logic for FeedbackView.xaml
Inheritance: IDisposable
Exibir arquivo Open project: ThoughtWorksStudios/vs-connector Class Usage Examples

Public Methods

Method Description
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.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

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

Private Methods

Method Description
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

Method Details

Dispose() public method

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

Dispose() protected method

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

FeedbackViewControl() public method

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