wip
This commit is contained in:
parent
f68af2d8c7
commit
b5c2473cd0
@ -277,6 +277,7 @@ public class CameraService : IDisposable
|
||||
catch (Exception ex)
|
||||
{
|
||||
this.ReportError(ex.Message);
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -71,7 +71,7 @@ public partial class LiveViewPage : Page
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
this._logger.Error(e.Message);
|
||||
MessageBox.Show("Sorry, das hat leider nicht geklappt!");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user