This commit is contained in:
2011-02-14 15:47:51 +00:00
parent c3cc1f3417
commit 001c92567c
2 changed files with 18 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace VEPROMS.CSLA.Library
{
public partial class GridInfo
{
public void ResetContent(Grid myGrid)
{
RefreshFields(myGrid);
}
}
}