C# Class Daptiv.MalevichReviewExtension.MalevichToolWindow

Inheritance: Microsoft.VisualStudio.Shell.ToolWindowPane
Exibir arquivo Open project: daptiv/MalevichVsExtension

Public Properties

Property Type Description
ReviewTool MalevichReview

Public Methods

Method Description
MalevichToolWindow ( ) : System

Standard constructor for the tool window.

Private Methods

Method Description
SubmitReview ( object sender, EventArgs e ) : void

Method Details

MalevichToolWindow() public method

Standard constructor for the tool window.
public MalevichToolWindow ( ) : System
return System

Property Details

ReviewTool public_oe property

public MalevichReview,Daptiv.MalevichReviewExtension ReviewTool
return MalevichReview