- Timestamp:
- 05/21/12 18:21:03 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/Views/SlaveView.cs
r7857 r7862 69 69 txtName.Text = ct.Name; 70 70 txtHbIntervall.Text = ct.HbInterval.ToString(); 71 cbxDisposable.Checked = ct.IsDisposable ;71 cbxDisposable.Checked = ct.IsDisposable.GetValueOrDefault(); 72 72 txtCPU.Text = string.Format("{0} Cores @ {1} Mhz, Arch.: {2}", ct.Cores.ToString(), ct.CpuSpeed.ToString(), ct.CpuArchitecture.ToString()); 73 73 txtDetailsDescription.Text = ct.Description;
Note: See TracChangeset
for help on using the changeset viewer.