小bug修复
This commit is contained in:
@@ -164,6 +164,7 @@ namespace CANModule.ViewModels
|
|||||||
char lastChar = title[title.Length - 1];
|
char lastChar = title[title.Length - 1];
|
||||||
// 3. "TestCellX"转int
|
// 3. "TestCellX"转int
|
||||||
MessageChannel = int.Parse(lastChar.ToString())-1;
|
MessageChannel = int.Parse(lastChar.ToString())-1;
|
||||||
|
if (MessageChannel >= 4) MessageChannel -= 4;
|
||||||
RaisePropertyChanged(nameof(ConfigurationList));
|
RaisePropertyChanged(nameof(ConfigurationList));
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|||||||
Reference in New Issue
Block a user