HDL_ON/UI/UI2/FuntionControlView/Aks/SxqPage.cs
@@ -47,13 +47,6 @@ public SxqPage(List<SequencerEntity> sequencerList, string deviceId) { this.sequencerList = sequencerList; for (int i = 0; i < 12; i++) { this.sequencerList.Add(new SequencerEntity {seqId=i.ToString(),name=i.ToString(),type=1 }); } for (int i = 0; i < 4; i++) { this.sequencerList.Add(new SequencerEntity { seqId = i.ToString(), name = i.ToString(), type = 2 }); } this.deviceId = deviceId; } public void Show()