示例#1
0
 public CommentViewpoint(CommentViewpoint commentViewpoint)
 {
     this.Guid = commentViewpoint.Guid;
 }
示例#2
0
 public Comment()
 {
     this.viewpointField    = new CommentViewpoint();
     this.statusField       = "Unknown";
     this.verbalStatusField = "Open";
 }