Exemple #1
0
 /// <summary>
 /// Register navigatgor with the browser in order to subscribe
 /// to history events.
 /// </summary>
 /// <param name="silverlightControlNameInWebPage">
 /// Name of the Silverlight control that is embedded in the web page.
 /// Default value is Xaml1
 /// </param>
 /// <param name="controlNameFactory">
 /// Control name factory to be used with Navigator
 /// </param>
 public void RegisterNavigator(string silverlightControlNameInWebPage, IControlNameFactory controlNameFactory)
 {
   _controlNameFactory = controlNameFactory;
   RegisterNavigator(silverlightControlNameInWebPage);
 }
Exemple #2
0
 /// <summary>
 /// Register navigatgor with the browser in order to subscribe
 /// to history events.
 /// </summary>
 /// <param name="silverlightControlNameInWebPage">
 /// Name of the Silverlight control that is embedded in the web page.
 /// Default value is Xaml1
 /// </param>
 /// <param name="controlNameFactory">
 /// Control name factory to be used with Navigator
 /// </param>
 public void RegisterNavigator(string silverlightControlNameInWebPage, IControlNameFactory controlNameFactory)
 {
     _controlNameFactory = controlNameFactory;
     RegisterNavigator(silverlightControlNameInWebPage);
 }