DataLoader changes during development

This commit is contained in:
2007-11-14 14:49:18 +00:00
parent da9b899424
commit ef81207dbe
28 changed files with 2118 additions and 962 deletions

View File

@@ -6,7 +6,7 @@ using System.Drawing;
using System.Text;
using System.Windows.Forms;
using Csla;
using Volian.CSLA.Library;
using VEPROMS.CSLA.Library;
namespace DataLoader
{
@@ -39,6 +39,7 @@ namespace DataLoader
}
private void btnSave_Click(object sender, EventArgs e)
{
if (!grp.IsSavable) ErrorRpt.ErrorReport(grp);
grp.Save();
}
}