Exemplo n.º 1
0
 private void OrientationChanged(object sender, Plugin.DeviceOrientation.Abstractions.OrientationChangedEventArgs e)
 {
     //refresh graph
     InitGraphData();
 }
Exemplo n.º 2
0
 private void Current_OrientationChanged(object sender, Plugin.DeviceOrientation.Abstractions.OrientationChangedEventArgs e)
 {
     OrientationLabel.Text = e.Orientation.ToString();
 }