Ejemplo n.º 1
0
 static BingMapsApplication()
 {
     Window.AddEventListener("load", delegate(ElementEvent e) {
         BingMapsShell shell = new BingMapsShell();
         shell.Run();
     }, /* useCapture */ false);
 }
Ejemplo n.º 2
0
 static BingMapsApplication()
 {
     Window.AddEventListener("load", delegate(ElementEvent e) {
         BingMapsShell shell = new BingMapsShell();
         shell.Run();
     }, /* useCapture */ false);
 }