This commit is contained in:
14
PROMS/VEPROMS.CSLA.Library/Extension/GridExt.cs
Normal file
14
PROMS/VEPROMS.CSLA.Library/Extension/GridExt.cs
Normal 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);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user