/// <summary> /// 阅片台亮度增加 /// </summary> public void TableBrightIncrese() { try { Port.SendCommandToTable(Command.CMD_TableLightIncrease); } catch (Exception) { throw; } }