Esempio n. 1
0
 internal CachingNavigator( INavigator navigator, DocumentCache cache )
 {
     myNavigator = navigator;
     myCache = cache;
 }
Esempio n. 2
0
 internal CachingNavigator( INavigator navigator, DocumentCache cache )
 {
     myNavigator = navigator;
     myCache = cache;
 }