Пример #1
0
		/// <summary>
		/// Initializes a new instance of the <see cref="MReview"/> class.
		/// </summary>
        public MReview()
        {
            Reviewer = new MReviewer();
            ReviewText = new MReviewField();
        }
 /// <summary>
 /// Initializes a new instance of the <see cref="MReview"/> class.
 /// </summary>
 public MReview()
 {
     Reviewer   = new MReviewer();
     ReviewText = new MReviewField();
 }