This commit is contained in:
@@ -12,7 +12,7 @@ using VEPROMS.CSLA.Library;
|
||||
namespace Volian.Controls.Library
|
||||
{
|
||||
public delegate void DisplayRTBEvent(object sender, EventArgs args);
|
||||
public partial class DisplayRTB : RichTextBox
|
||||
public partial class StepRTB : RichTextBox
|
||||
{
|
||||
#region Properties and Variables
|
||||
// use newer rich text box....
|
||||
@@ -153,12 +153,12 @@ namespace Volian.Controls.Library
|
||||
/// E_EditPrintMode ep_mode - edit or print.
|
||||
/// E_ViewMode vw_mode - view or edit.
|
||||
/// </summary>
|
||||
public DisplayRTB()
|
||||
public StepRTB()
|
||||
{
|
||||
InitializeComponent();
|
||||
SetUp();
|
||||
}
|
||||
public DisplayRTB(IContainer container)
|
||||
public StepRTB(IContainer container)
|
||||
{
|
||||
container.Add(this);
|
||||
InitializeComponent();
|
||||
|
Reference in New Issue
Block a user