public static void RunApp() { var app = new EarthDemo( new ApplicationOptions(@"..\..\..\..\..\Samples\HoloLens\02_HelloWorldAdvanced\Data") { Width = 960, Height = 720 }); app.Run(); }
static void Main(string[] args) { EarthDemo.RunApp(); System.Console.ReadKey(); }