namespace Volian.Controls.Library { public partial class PreviewMultiLineRO : DevComponents.DotNetBar.Office2007Form //Form { public PreviewMultiLineRO(string thetext, string title) { InitializeComponent(); this.rtbPreviewMlRO.Text = thetext; this.Text = title; } } }