Пример #1
0
 static extern int navigator_set_orientation(ApplicationOrientation angle, IntPtr id);
Пример #2
0
 static extern int navigator_set_orientation(ApplicationOrientation angle, IntPtr id);
Пример #3
0
 public void SetOrientation(ApplicationOrientation angle)
 {
     navigator_set_orientation(angle, IntPtr.Zero);
 }
Пример #4
0
 public void SetOrientation(ApplicationOrientation angle)
 {
     navigator_set_orientation (angle, IntPtr.Zero);
 }