00001 using System; 00002 using System.Collections.Generic; 00003 using System.ComponentModel; 00004 using System.Data; 00005 using System.Drawing; 00006 using System.Text; 00007 using System.Windows.Forms; 00008 00009 namespace Client 00010 { 00011 public partial class ReviewAndCommentsView : Form 00012 { 00013 public ReviewAndCommentsView() 00014 { 00015 InitializeComponent(); 00016 } 00017 } 00018 }
1.5.1-p1