Update layout management system to use JSON

This commit is contained in:
Anton Kasyanov
2016-06-05 01:34:44 +03:00
parent a30834db6c
commit 4949c17065
11 changed files with 162 additions and 352 deletions

View File

@@ -50,15 +50,15 @@ namespace EveOPreview.UI
}
}
public bool EnableClientsLocationTracking
public bool EnableClientLayoutTracking
{
get
{
return this.EnableClientsLocationTrackingCheckBox.Checked;
return this.EnableClientLayoutTrackingCheckBox.Checked;
}
set
{
this.EnableClientsLocationTrackingCheckBox.Checked = value;
this.EnableClientLayoutTrackingCheckBox.Checked = value;
}
}