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

@@ -10,7 +10,7 @@
using System;
using System.Collections.Generic;
using System.Text;
using Volian.CSLA.Library;
using VEPROMS.CSLA.Library;
using Csla;
using System.Windows.Forms;
@@ -69,7 +69,7 @@ namespace DataLoader
ftp = new FolderTreeNode(fi.ParentID.ToString());
dicMissing.Add(fi.ParentID, ftp);
dicExists.Add(fi.ParentID, ftp);
if (fi.DocVersionCount > 0)
if (fi.FolderDocVersionCount > 0)
{
TreeNode tn = new TreeNode("dummy");
tn.Tag = "dummy";
@@ -87,7 +87,7 @@ namespace DataLoader
else
{
ft = new FolderTreeNode(fi);
if (fi.DocVersionCount > 0)
if (fi.FolderDocVersionCount > 0)
{
TreeNode tn = new TreeNode("dummy");
tn.Tag = "dummy";