B2019-030 Use FlexableMesageBox instead of MessageBox so that it is always on top.
This commit is contained in:
@@ -6,6 +6,7 @@ using System.Data;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
using VEPROMS.CSLA.Library;
|
||||
using JR.Utils.GUI.Forms;
|
||||
|
||||
namespace Volian.Controls.Library
|
||||
{
|
||||
@@ -127,7 +128,7 @@ namespace Volian.Controls.Library
|
||||
{
|
||||
if (_CurItemInfo == null)
|
||||
{
|
||||
MessageBox.Show("Cannot set a bookmark on this item.");
|
||||
FlexibleMessageBox.Show("Cannot set a bookmark on this item.");
|
||||
return;
|
||||
}
|
||||
_MyBookMarks.Add(_CurItemInfo);
|
||||
|
Reference in New Issue
Block a user