public byte[] GetScreenToDatas() { if (_imageClient == null) { throw new Exception("未连接到服务!请先连接服务再重试"); } return(_imageClient.GetPrintScreenDatas()); }