Ejemplo n.º 1
0
 static NavigationService()
 {
     history = new NavigationHistory();
     controllerCache = new Dictionary<string, Controller>();
 }
Ejemplo n.º 2
0
 static NavigationService()
 {
     history         = new NavigationHistory();
     controllerCache = new Dictionary <string, Controller>();
 }