| | |
| | | listView.Height = bodyFrameLayout.Height;
|
| | | bodyFrameLayout.AddChidren(listView);
|
| | |
|
| | | var listDevice = HdlDeviceCommonLogic.Current.listAllDevice;
|
| | | var listDevice = Common.LocalDevice.Current.listAllDevice;
|
| | | for (int i = 0; i < listDevice.Count; i++)
|
| | | {
|
| | | this.AddRowControl(listView, listDevice[i], i != listDevice.Count - 1);
|
| | |
| | | {
|
| | | var row1 = new RowLayoutControl(listView.rowSpace / 2);
|
| | | listView.AddChidren(row1);
|
| | | row1.frameTable.AddTopView(HdlDeviceCommonLogic.Current.GetDeviceEpointName(device), 800);
|
| | | row1.frameTable.AddTopView(Common.LocalDevice.Current.GetDeviceEpointName(device), 800);
|
| | | row1.frameTable.AddBottomView(device.FilePath, 800);
|
| | | if (addLine == true)
|
| | | {
|