示例#1
0
 /// <summary>
 /// Saving component position and other values.
 /// </summary>
 public void SaveSetting()
 {
     SettingUtils.SaveSetting(_handler, this, this.Name, "column");
 }
示例#2
0
 /// <summary>
 /// Saving component position and other values.
 /// </summary>
 public void SaveSetting()
 {
     //TODO: Save first position values and then other.
     SettingUtils.SaveSetting(_handler, this, this.Name, "form");
 }