コード例 #1
0
ファイル: SettingsHelper.cs プロジェクト: ctukc-nt/UPPY_v2
 public void RestoreLayout(GridView gridView)
 {
     gridView.RestoreLayoutFromRegistry(_regPath + gridView.Name);
 }
コード例 #2
0
ファイル: SettingsHelper.cs プロジェクト: ctukc-nt/UPPY_v2
 public void RestoreLayout(GridView gridView, string regPath)
 {
     gridView.RestoreLayoutFromRegistry(regPath);
 }