15 lines
214 B
C#
15 lines
214 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace VEPROMS.CSLA.Library
|
|
{
|
|
public partial class GridInfo
|
|
{
|
|
public void ResetContent(Grid myGrid)
|
|
{
|
|
RefreshFields(myGrid);
|
|
}
|
|
}
|
|
}
|