示例#1
0
 public void RestoreLayout(GridView gridView)
 {
     gridView.RestoreLayoutFromRegistry(_regPath + gridView.Name);
 }
示例#2
0
 public void RestoreLayout(GridView gridView, string regPath)
 {
     gridView.RestoreLayoutFromRegistry(regPath);
 }