void SetSimpleOrientationText(SimpleOrientation simpleOrientation)
 {
     this.simpleOrientation.Text = simpleOrientation.ToString();
 }
Пример #2
0
 void SetOrientationSensorText(SimpleOrientation simpleOrientation)
 {
     orientationSensorTextBlock.Text = simpleOrientation.ToString();
 }