Exemple #1
0
 static NavigationService()
 {
     history = new NavigationHistory();
     controllerCache = new Dictionary<string, Controller>();
 }
Exemple #2
0
 static NavigationService()
 {
     history         = new NavigationHistory();
     controllerCache = new Dictionary <string, Controller>();
 }