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