Inheritance: Application
 async void StartUrhoApp()
 {
     urhoApp = await urhoSurface.Show <Charts>(new ApplicationOptions(assetsFolder : null) { Orientation = ApplicationOptions.OrientationType.LandscapeAndPortrait });
 }
Ejemplo n.º 2
0
		async void StartUrhoApp()
		{
			urhoApp = await urhoSurface.Show<Charts>(new ApplicationOptions(assetsFolder: null) { Orientation = ApplicationOptions.OrientationType.LandscapeAndPortrait });
		}