コード例 #1
0
ファイル: SettingsHelper.cs プロジェクト: ctukc-nt/UPPY_v2
 public void SaveLayout(GridView control)
 {
     control.SaveLayoutToRegistry(_regPath + control.Name);
 }