/// <summary>
 /// Initializes a new instance of the <see cref="WidgetController"/> class.
 /// </summary>
 public WidgetController()
 {
     widgetService = ServiceLocator.Current.GetInstance<IWidgetService>();
     widgetLocaleService = ServiceLocator.Current.GetInstance<IWidgetLocaleService>();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="WidgetController"/> class.
 /// </summary>
 public WidgetController()
 {
     widgetService       = ServiceLocator.Current.GetInstance <IWidgetService>();
     widgetLocaleService = ServiceLocator.Current.GetInstance <IWidgetLocaleService>();
 }