C# Class ThoughtWorks.VisualStudio.CardComment

A card comment
显示文件 Open project: ThoughtWorksStudios/vs-connector

Public Methods

Method Description
CardComment ( string comment, string name, string date ) : System

Constructs a new CardComment

Method Details

CardComment() public method

Constructs a new CardComment
public CardComment ( string comment, string name, string date ) : System
comment string
name string
date string
return System