public void RestoreLayout(GridView gridView) { gridView.RestoreLayoutFromRegistry(_regPath + gridView.Name); }
public void RestoreLayout(GridView gridView, string regPath) { gridView.RestoreLayoutFromRegistry(regPath); }